/frameworks/data-binding/library/src/main/java/android/databinding/ |
D | ListChangeRegistry.java | 69 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()
|
D | BaseObservable.java | 49 mCallbacks.notifyCallbacks(this, 0, null); in notifyChange() 62 mCallbacks.notifyCallbacks(this, fieldId, null); in notifyPropertyChanged()
|
D | MapChangeRegistry.java | 44 notifyCallbacks(sender, 0, key); in notifyChange()
|
D | PropertyChangeRegistry.java | 44 notifyCallbacks(observable, propertyId, null); in notifyChange()
|
D | ObservableArrayMap.java | 104 mListeners.notifyCallbacks(this, 0, key); in notifyChange()
|
D | ViewDataBinding.java | 339 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/ |
D | CallbackRegistryTest.java | 105 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/ |
D | CallbackRegistryTest.java | 105 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/ |
D | CallbackRegistry.java | 89 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/ |
D | databinding-baseLibrary.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/databinding/
android/ ... |
D | databinding-studio-bundle.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/databinding/
android/ ... |
/frameworks/base/core/java/com/android/internal/util/ |
D | CallbackRegistry.java | 91 public synchronized void notifyCallbacks(T sender, int arg, A arg2) { in notifyCallbacks() method in CallbackRegistry
|