Home
last modified time | relevance | path

Searched refs:mStateListener (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImplTest.java109 @Captor private ArgumentCaptor<StatusBarStateController.StateListener> mStateListener; field in NotificationShadeWindowControllerImplTest
174 verify(mStatusBarStateController).addCallback(mStateListener.capture(), anyInt()); in setUp()
471 mStateListener.getValue().onStateChanged(StatusBarState.KEYGUARD); in setKeyguardShowing()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
DFullScreenMagnificationControllerTest.java139 ValueAnimator.AnimatorListener mStateListener; field in FullScreenMagnificationControllerTest
465 mStateListener.onAnimationEnd(mMockValueAnimator);
874 mStateListener.onAnimationCancel(mMockValueAnimator);
875 mStateListener.onAnimationEnd(mMockValueAnimator);
897 mStateListener.onAnimationEnd(mMockValueAnimator);
1513 mStateListener = animatorListenerArgumentCaptor.getValue();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java246 mStateListener.onStateChanged(newBarState);
247 mStateListener.onStatePostChange();
250 mStateListener, SysuiStatusBarStateController.RANK_STACK_SCROLLER);
260 mStatusBarStateController.removeCallback(mStateListener);
374 private final StatusBarStateController.StateListener mStateListener = field in NotificationStackScrollLayoutController
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImpl.java189 .addCallback(mStateListener, in NotificationShadeWindowControllerImpl()
997 private final StateListener mStateListener = new StateListener() { field in NotificationShadeWindowControllerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java1513 mStatusBarStateController.addCallback(mStateListener, in startKeyguard()
3108 private final StatusBarStateController.StateListener mStateListener =