Home
last modified time | relevance | path

Searched refs:observable (Results 1 – 8 of 8) sorted by relevance

/frameworks/data-binding/integration-tests/MultiModuleTestApp/app/src/androidTest/java/com/android/databinding/multimoduletestapp/
DEventIdsTest.java80 ObservableExtendingLib observable = new ObservableExtendingLib(); in testExtendingObservable() local
82 observable.addOnPropertyChangedCallback(ec); in testExtendingObservable()
89 observable.setChildClassField("a"); in testExtendingObservable()
95 observable.setLibField1("b"); in testExtendingObservable()
101 observable.setLibField2("c"); in testExtendingObservable()
107 observable.setSharedField(2); in testExtendingObservable()
118 public void onPropertyChanged(Observable observable, int propertyId) { in onPropertyChanged() argument
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
DViewDataBinding.java471 private boolean updateRegistration(int localFieldId, Object observable, in updateRegistration() argument
473 if (observable == null) { in updateRegistration()
478 registerTo(localFieldId, observable, listenerCreator); in updateRegistration()
481 if (listener.getTarget() == observable) { in updateRegistration()
485 registerTo(localFieldId, observable, listenerCreator); in updateRegistration()
492 protected boolean updateRegistration(int localFieldId, Observable observable) { in updateRegistration() argument
493 return updateRegistration(localFieldId, observable, CREATE_PROPERTY_LISTENER); in updateRegistration()
499 protected boolean updateRegistration(int localFieldId, ObservableList observable) { in updateRegistration() argument
500 return updateRegistration(localFieldId, observable, CREATE_LIST_LISTENER); in updateRegistration()
506 protected boolean updateRegistration(int localFieldId, ObservableMap observable) { in updateRegistration() argument
[all …]
DPropertyChangeRegistry.java43 public void notifyChange(Observable observable, int propertyId) { in notifyChange() argument
44 notifyCallbacks(observable, propertyId, null); in notifyChange()
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DPropertyChangeRegistryTest.java50 public void onPropertyChanged(Observable observable, int id) { in testNotifyChanged()
53 assertEquals(observableObj, observable); in testNotifyChanged()
DBaseObservableTest.java31 public void onPropertyChanged(Observable observable, int i) {
32 assertEquals(mObservable, observable);
/frameworks/base/docs/html/topic/libraries/data-binding/
Dindex.jd663 "#observable_collections">observable collection</a>, that should be reflected
1127 <a href="#observablefields">observable fields</a>, and
1128 <a href="#observable_collections">observable collection</a>s.
1132 When one of these observable data object is bound to the UI and a property of
1204 <code>ObservableFields</code> are self-contained observable objects that have a single
1470 When a variable or observable changes, the binding will be scheduled to
/frameworks/base/docs/html/training/articles/
Dsmp.jd1237 there are no operations in the intervening code that are observable by another
1514 previously performed by a thread that creates a new thread are observable by
1516 that is exiting are observable when a <code>join()</code> on that thread
1524 before it unlocks a mutex will be observable by another thread after it locks
1527 be observable by the woken thread.</p>
1756 must be observable in program order by all threads. Thus, we will never see
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jar ... java.lang.CloneNotSupportedException } android/databinding/Observable$OnPropertyChangedCallback.class Observable.java package android. ...