Home
last modified time | relevance | path

Searched refs:notifyCallbacks (Results 1 – 12 of 12) sorted by relevance

/frameworks/data-binding/library/src/main/java/android/databinding/
DListChangeRegistry.java69 notifyCallbacks(list, ALL, null); in notifyChanged()
81 notifyCallbacks(list, CHANGED, listChanges); in notifyChanged()
93 notifyCallbacks(list, INSERTED, listChanges); in notifyInserted()
106 notifyCallbacks(list, MOVED, listChanges); in notifyMoved()
118 notifyCallbacks(list, REMOVED, listChanges); in notifyRemoved()
133 public synchronized void notifyCallbacks(ObservableList sender, int notificationType, in notifyCallbacks() method in ListChangeRegistry
135 super.notifyCallbacks(sender, notificationType, listChanges); in notifyCallbacks()
DBaseObservable.java49 mCallbacks.notifyCallbacks(this, 0, null); in notifyChange()
62 mCallbacks.notifyCallbacks(this, fieldId, null); in notifyPropertyChanged()
DMapChangeRegistry.java44 notifyCallbacks(sender, 0, key); in notifyChange()
DPropertyChangeRegistry.java44 notifyCallbacks(observable, propertyId, null); in notifyChange()
DObservableArrayMap.java104 mListeners.notifyCallbacks(this, 0, key); in notifyChange()
DViewDataBinding.java339 mRebindCallbacks.notifyCallbacks(this, REBIND, null); in executePendingBindings()
343 mRebindCallbacks.notifyCallbacks(this, HALTED, null); in executePendingBindings()
349 mRebindCallbacks.notifyCallbacks(this, REBOUND, null); in executePendingBindings()
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
DCallbackRegistryTest.java105 registry.notifyCallbacks(this, arg, arg); in testSimpleNotify()
127 registry.notifyCallbacks(this, 0, null); in testRemoveWhileNotifying()
145 registry.notifyCallbacks(CallbackRegistryTest.this, arg1, null); in testDeepRemoveWhileNotifying()
152 registry.notifyCallbacks(this, 0, null); in testDeepRemoveWhileNotifying()
181 registry.notifyCallbacks(this, 0, null); in testAddRemovedListener()
206 registry.notifyCallbacks(CallbackRegistryTest.this, arg1, null); in testVeryDeepRemoveWhileNotifying()
213 registry.notifyCallbacks(this, 0, null); in testVeryDeepRemoveWhileNotifying()
241 registry.notifyCallbacks(this, 0, null); in testClear()
261 registry.notifyCallbacks(this, 0, null); in testNestedClear()
/frameworks/data-binding/compiler/src/test/java/android/databinding/
DCallbackRegistryTest.java105 registry.notifyCallbacks(this, arg, arg); in testSimpleNotify()
128 registry.notifyCallbacks(this, 0, null); in testRemoveWhileNotifying()
147 registry.notifyCallbacks(CallbackRegistryTest.this, arg1, null); in testDeepRemoveWhileNotifying()
154 registry.notifyCallbacks(this, 0, null); in testDeepRemoveWhileNotifying()
184 registry.notifyCallbacks(this, 0, null); in testAddRemovedListener()
210 registry.notifyCallbacks(CallbackRegistryTest.this, arg1, null); in testVeryDeepRemoveWhileNotifying()
217 registry.notifyCallbacks(this, 0, null); in testVeryDeepRemoveWhileNotifying()
246 registry.notifyCallbacks(this, 0, null); in testClear()
267 registry.notifyCallbacks(this, 0, null); in testNestedClear()
/frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
DCallbackRegistry.java89 public synchronized void notifyCallbacks(T sender, int arg, A arg2) { in notifyCallbacks() method in CallbackRegistry
122 notifyCallbacks(sender, arg, arg2, 0, maxNotified, mFirst64Removed); in notifyFirst64()
152 notifyCallbacks(sender, arg, arg2, startCallbackIndex, callbackCount, 0); in notifyRecurse()
175 notifyCallbacks(sender, arg, arg2, startIndex, endIndex, bits); in notifyRemainder()
196 private void notifyCallbacks(T sender, int arg, A arg2, final int startIndex, in notifyCallbacks() method in CallbackRegistry
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-baseLibrary.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
/frameworks/base/core/java/com/android/internal/util/
DCallbackRegistry.java91 public synchronized void notifyCallbacks(T sender, int arg, A arg2) { in notifyCallbacks() method in CallbackRegistry