Searched refs:observable (Results 1 – 8 of 8) sorted by relevance
80 ObservableExtendingLib observable = new ObservableExtendingLib(); in testExtendingObservable() local82 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
471 private boolean updateRegistration(int localFieldId, Object observable, in updateRegistration() argument473 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() argument493 return updateRegistration(localFieldId, observable, CREATE_PROPERTY_LISTENER); in updateRegistration()499 protected boolean updateRegistration(int localFieldId, ObservableList observable) { in updateRegistration() argument500 return updateRegistration(localFieldId, observable, CREATE_LIST_LISTENER); in updateRegistration()506 protected boolean updateRegistration(int localFieldId, ObservableMap observable) { in updateRegistration() argument[all …]
43 public void notifyChange(Observable observable, int propertyId) { in notifyChange() argument44 notifyCallbacks(observable, propertyId, null); in notifyChange()
50 public void onPropertyChanged(Observable observable, int id) { in testNotifyChanged()53 assertEquals(observableObj, observable); in testNotifyChanged()
31 public void onPropertyChanged(Observable observable, int i) {32 assertEquals(mObservable, observable);
663 "#observable_collections">observable collection</a>, that should be reflected1127 <a href="#observablefields">observable fields</a>, and1128 <a href="#observable_collections">observable collection</a>s.1132 When one of these observable data object is bound to the UI and a property of1204 <code>ObservableFields</code> are self-contained observable objects that have a single1470 When a variable or observable changes, the binding will be scheduled to
1237 there are no operations in the intervening code that are observable by another1514 previously performed by a thread that creates a new thread are observable by1516 that is exiting are observable when a <code>join()</code> on that thread1524 before it unlocks a mutex will be observable by another thread after it locks1527 be observable by the woken thread.</p>1756 must be observable in program order by all threads. Thus, we will never see
... java.lang.CloneNotSupportedException } android/databinding/Observable$OnPropertyChangedCallback.class Observable.java package android. ...