Searched refs:notifyCallbacks (Results 1 - 14 of 14) sorted by relevance

/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DBaseObservable.java49 mCallbacks.notifyCallbacks(this, 0, null);
62 mCallbacks.notifyCallbacks(this, fieldId, null);
H A DListChangeRegistry.java69 notifyCallbacks(list, ALL, null);
81 notifyCallbacks(list, CHANGED, listChanges);
93 notifyCallbacks(list, INSERTED, listChanges);
106 notifyCallbacks(list, MOVED, listChanges);
118 notifyCallbacks(list, REMOVED, listChanges);
133 public synchronized void notifyCallbacks(ObservableList sender, int notificationType, method in class:ListChangeRegistry
135 super.notifyCallbacks(sender, notificationType, listChanges);
H A DMapChangeRegistry.java44 notifyCallbacks(sender, 0, key);
H A DPropertyChangeRegistry.java44 notifyCallbacks(observable, propertyId, null);
H A DObservableArrayMap.java104 mListeners.notifyCallbacks(this, 0, key);
H A DViewDataBinding.java347 mRebindCallbacks.notifyCallbacks(this, REBIND, null);
351 mRebindCallbacks.notifyCallbacks(this, HALTED, null);
357 mRebindCallbacks.notifyCallbacks(this, REBOUND, null);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DVisualStabilityManager.java88 notifyCallbacks();
92 private void notifyCallbacks() { method in class:VisualStabilityManager
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DCallbackRegistryTest.java105 registry.notifyCallbacks(this, arg, arg);
127 registry.notifyCallbacks(this, 0, null);
145 registry.notifyCallbacks(CallbackRegistryTest.this, arg1, null);
152 registry.notifyCallbacks(this, 0, null);
181 registry.notifyCallbacks(this, 0, null);
206 registry.notifyCallbacks(CallbackRegistryTest.this, arg1, null);
213 registry.notifyCallbacks(this, 0, null);
241 registry.notifyCallbacks(this, 0, null);
261 registry.notifyCallbacks(this, 0, null);
/frameworks/data-binding/compiler/src/test/java/android/databinding/
H A DCallbackRegistryTest.java105 registry.notifyCallbacks(this, arg, arg);
128 registry.notifyCallbacks(this, 0, null);
147 registry.notifyCallbacks(CallbackRegistryTest.this, arg1, null);
154 registry.notifyCallbacks(this, 0, null);
184 registry.notifyCallbacks(this, 0, null);
210 registry.notifyCallbacks(CallbackRegistryTest.this, arg1, null);
217 registry.notifyCallbacks(this, 0, null);
246 registry.notifyCallbacks(this, 0, null);
267 registry.notifyCallbacks(this, 0, null);
/frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
H A DCallbackRegistry.java89 public synchronized void notifyCallbacks(T sender, int arg, A arg2) { method in class:CallbackRegistry
122 notifyCallbacks(sender, arg, arg2, 0, maxNotified, mFirst64Removed);
152 notifyCallbacks(sender, arg, arg2, startCallbackIndex, callbackCount, 0);
175 notifyCallbacks(sender, arg, arg2, startIndex, endIndex, bits);
196 private void notifyCallbacks(T sender, int arg, A arg2, final int startIndex, method in class:CallbackRegistry
406 * {@link CallbackRegistry#notifyCallbacks(Object, int, Object)}} to notify the callback.
412 * {@link CallbackRegistry#notifyCallbacks}
/frameworks/data-binding/internal-prebuilts/com/android/databinding/baseLibrary/1.0-rc3/
H A DbaseLibrary-1.0-rc3.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-baseLibrary.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/core/java/com/android/internal/util/
H A DCallbackRegistry.java91 public synchronized void notifyCallbacks(T sender, int arg, A arg2) { method in class:CallbackRegistry
390 * {@link CallbackRegistry#notifyCallbacks}

Completed in 338 milliseconds