Home
last modified time | relevance | path

Searched refs:mUnlockedScreenOffAnimationController (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DDozeParametersTest.java83 @Mock private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in DozeParametersTest
127 mUnlockedScreenOffAnimationController, in setup()
143 when(mUnlockedScreenOffAnimationController.shouldPlayUnlockedScreenOffAnimation()) in setup()
321 when(mUnlockedScreenOffAnimationController.shouldPlayUnlockedScreenOffAnimation()) in setShouldControlUnlockedScreenOffForTest()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarTouchableRegionManager.java59 private final UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in StatusBarTouchableRegionManager
115 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in StatusBarTouchableRegionManager()
251 || mUnlockedScreenOffAnimationController.isAnimationPlaying(); in shouldMakeEntireScreenTouchable()
DDozeParameters.java87 private final UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in DozeParameters
145 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in DozeParameters()
326 return mUnlockedScreenOffAnimationController.shouldPlayUnlockedScreenOffAnimation(); in shouldControlUnlockedScreenOff()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DUdfpsKeyguardViewControllerBaseTest.java69 protected @Mock UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in UdfpsKeyguardViewControllerBaseTest
162 mUnlockedScreenOffAnimationController, in createUdfpsKeyguardViewController()
DUdfpsControllerTest.java176 private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in UdfpsControllerTest
299 mUnlockedScreenOffAnimationController, mSystemUIDialogManager, mLatencyTracker, in initUdfpsController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsController.java148 mUnlockedScreenOffAnimationController; field in UdfpsController
244 mUnlockedScreenOffAnimationController, in showUdfpsOverlay()
755 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in UdfpsController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java130 @Mock private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in NotificationStackScrollLayoutTest
164 UnlockedScreenOffAnimationController.class, mUnlockedScreenOffAnimationController); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerBaseTest.java270 @Mock protected UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in NotificationPanelViewControllerBaseTest
560 mUnlockedScreenOffAnimationController, in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java398 private final UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in NotificationPanelViewController
887 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in NotificationPanelViewController()
1394 return mHintAnimationRunning || mUnlockedScreenOffAnimationController.isAnimationPlaying(); in shouldAvoidChangingNotificationsCount()