Home
last modified time | relevance | path

Searched refs:notifyListeners (Results 1 – 25 of 43) sorted by relevance

12

/external/mockito/src/main/java/org/mockito/internal/verification/
DMockAwareVerificationMode.java28 notifyListeners(new VerificationEventImpl(mock, mode, data, null)); in verify()
30 notifyListeners(new VerificationEventImpl(mock, mode, data, e)); in verify()
33 notifyListeners(new VerificationEventImpl(mock, mode, data, e)); in verify()
39 private void notifyListeners(VerificationEvent event) { in notifyListeners() method in MockAwareVerificationMode
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMagnificationController.java78 notifyListeners(); in reset()
86 notifyListeners(); in setCenter()
93 notifyListeners(); in setScale()
97 private void notifyListeners() { in notifyListeners() method in ShadowMagnificationController
DShadowDisplayManagerGlobal.java188 notifyListeners(nextId, DisplayManagerGlobal.EVENT_DISPLAY_ADDED); in addDisplay()
198 notifyListeners(displayId, DisplayManagerGlobal.EVENT_DISPLAY_CHANGED); in changeDisplay()
207 notifyListeners(displayId, DisplayManagerGlobal.EVENT_DISPLAY_REMOVED); in removeDisplay()
210 private void notifyListeners(int nextId, int event) { in notifyListeners() method in ShadowDisplayManagerGlobal.MyDisplayManager
DShadowAccountManager.java140 notifyListeners(account); in addAccountExplicitly()
217 notifyListeners(account);
457 private void notifyListeners(Account changedAccount) {
478 notifyListeners(account);
/external/autotest/frontend/client/src/autotest/common/table/
DSearchFilter.java39 notifyListeners(); in SearchFilter()
47 notifyListeners(); in SearchFilter()
54 protected void notifyListeners() { in notifyListeners() method in SearchFilter
56 super.notifyListeners(); in notifyListeners()
DSelectionManager.java112 notifyListeners(actuallyUsed, add); in addOrRemoveObjects()
125 notifyListeners(removed, false); in deselectAll()
162 protected void notifyListeners(Collection<JSONObject> objects, in notifyListeners() method in SelectionManager
DDatetimeSegmentFilter.java57 notifyListeners(); in DatetimeSegmentFilter()
63 notifyListeners(); in DatetimeSegmentFilter()
DFilter.java31 protected void notifyListeners() { in notifyListeners() method in Filter
DCheckboxFilter.java20 notifyListeners(); in onClick()
DLinkSetFilter.java41 notifyListeners(); in onSelection()
DRadioButtonSetFilter.java59 notifyListeners(); in onValueChange()
DListFilter.java23 notifyListeners(); in ListFilter()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowDisplayManagerGlobal.java101 notifyListeners(nextId, DisplayManagerGlobal.EVENT_DISPLAY_ADDED); in addDisplay()
111 notifyListeners(displayId, DisplayManagerGlobal.EVENT_DISPLAY_CHANGED); in changeDisplay()
120 notifyListeners(displayId, DisplayManagerGlobal.EVENT_DISPLAY_REMOVED); in removeDisplay()
123 private void notifyListeners(int nextId, int event) { in notifyListeners() method in ShadowDisplayManagerGlobal.MyDisplayManager
DShadowAccountManager.java136 notifyListeners(); in addAccountExplicitly()
184 notifyListeners();
305 private void notifyListeners() {
325 notifyListeners();
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/
DValueCallbackKeyframeAnimation.java35 @Override public void notifyListeners() { in notifyListeners() method in ValueCallbackKeyframeAnimation
37 super.notifyListeners(); in notifyListeners()
DBaseKeyframeAnimation.java63 notifyListeners(); in setProgress()
67 public void notifyListeners() { in notifyListeners() method in BaseKeyframeAnimation
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/
DOrientationListener.java65 notifyListeners(deviceOrientationMatrix4x4, roll); in onSensorChanged()
73 private void notifyListeners(float[] deviceOrientationMatrix, float roll) { in notifyListeners() method in OrientationListener
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/
DOrientationListener.java65 notifyListeners(deviceOrientationMatrix4x4, roll); in onSensorChanged()
73 private void notifyListeners(float[] deviceOrientationMatrix, float roll) { in notifyListeners() method in OrientationListener
/external/autotest/frontend/client/src/autotest/afe/
DJobOwnerFilter.java55 notifyListeners(); in onValueChange()
61 notifyListeners(); in onChange()
DLabelFilter.java32 notifyListeners(); in LabelFilter()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DLottieTask.java71 notifyListeners(); in setResult()
127 private void notifyListeners() { in notifyListeners() method in LottieTask
/external/guice/core/src/com/google/inject/internal/
DMembersInjectorImpl.java117 notifyListeners(instance); in injectAndNotify()
121 void notifyListeners(T instance) throws InternalProvisionException { in notifyListeners() method in MembersInjectorImpl
DConstructorInjector.java125 localMembersInjector.notifyListeners(t);
/external/autotest/frontend/client/src/autotest/common/
DSimpleChangeListenerCollection.java18 public void notifyListeners() { in notifyListeners() method in SimpleChangeListenerCollection
/external/lottie/lottie/src/main/java/com/airbnb/lottie/value/
DLottieValueCallback.java58 animation.notifyListeners(); in setValue()

12