Home
last modified time | relevance | path

Searched refs:PropertyChangeRegistry (Results 1 – 5 of 5) sorted by relevance

/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DPropertyChangeRegistryTest.java18 import android.databinding.PropertyChangeRegistry;
33 PropertyChangeRegistry propertyChangeRegistry = new PropertyChangeRegistry(); in testNotifyChanged()
/frameworks/data-binding/samples/BindingDemo/app/src/main/java/com/android/example/bindingdemo/
DMainActivity.java16 import android.databinding.PropertyChangeRegistry;
37 private final PropertyChangeRegistry mListeners = new PropertyChangeRegistry();
136 final private PropertyChangeRegistry mListeners = new PropertyChangeRegistry();
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
DBaseObservable.java24 private transient PropertyChangeRegistry mCallbacks;
32 mCallbacks = new PropertyChangeRegistry(); in addOnPropertyChangedCallback()
DPropertyChangeRegistry.java21 public class PropertyChangeRegistry extends class
32 public PropertyChangeRegistry() { in PropertyChangeRegistry() method in PropertyChangeRegistry
/frameworks/base/docs/html/topic/libraries/data-binding/
Dindex.jd1183 {@link android.databinding.PropertyChangeRegistry} to store and notify listeners