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
128 mUnlockedScreenOffAnimationController, in setup()
145 when(mUnlockedScreenOffAnimationController.shouldPlayUnlockedScreenOffAnimation()) in setup()
321 when(mUnlockedScreenOffAnimationController.shouldPlayUnlockedScreenOffAnimation()) in setShouldControlUnlockedScreenOffForTest()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarTouchableRegionManager.java68 private final UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in StatusBarTouchableRegionManager
130 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in StatusBarTouchableRegionManager()
288 || mUnlockedScreenOffAnimationController.isAnimationPlaying(); in shouldMakeEntireScreenTouchable()
DDozeParameters.java87 private final UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in DozeParameters
144 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in DozeParameters()
326 return mUnlockedScreenOffAnimationController.shouldPlayUnlockedScreenOffAnimation(); in shouldControlUnlockedScreenOff()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DUdfpsKeyguardViewLegacyControllerBaseTest.java70 protected @Mock UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in UdfpsKeyguardViewLegacyControllerBaseTest
148 mUnlockedScreenOffAnimationController, in createUdfpsKeyguardViewController()
DUdfpsControllerTest.java193 private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in UdfpsControllerTest
355 mUnlockedScreenOffAnimationController, in initUdfpsController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsController.java168 mUnlockedScreenOffAnimationController; field in UdfpsController
288 mUnlockedScreenOffAnimationController, in showUdfpsOverlay()
760 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in UdfpsController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerBaseTest.java316 @Mock protected UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in NotificationPanelViewControllerBaseTest
739 mUnlockedScreenOffAnimationController, in setup()
DNotificationPanelViewControllerTest.java1331 when(mUnlockedScreenOffAnimationController.isAnimationPlaying()).thenReturn(true); in shadeExpanded_whenUnlockedOffscreenAnimationRunning()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java401 private final UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in NotificationPanelViewController
939 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in NotificationPanelViewController()
1566 return mUnlockedScreenOffAnimationController.isAnimationPlaying(); in shouldAvoidChangingNotificationsCount()
3217 return mUnlockedScreenOffAnimationController.isAnimationPlaying();