Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A 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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarTouchableRegionManager.java64 private final UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in StatusBarTouchableRegionManager
123 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in StatusBarTouchableRegionManager()
265 || mUnlockedScreenOffAnimationController.isAnimationPlaying(); in shouldMakeEntireScreenTouchable()
H A DDozeParameters.java87 private final UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in DozeParameters
145 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in DozeParameters()
326 return mUnlockedScreenOffAnimationController.shouldPlayUnlockedScreenOffAnimation(); in shouldControlUnlockedScreenOff()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DUdfpsKeyguardViewLegacyControllerBaseTest.java70 protected @Mock UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in UdfpsKeyguardViewLegacyControllerBaseTest
165 mUnlockedScreenOffAnimationController, in createUdfpsKeyguardViewController()
H A DUdfpsControllerTest.java190 private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in UdfpsControllerTest
326 mUnlockedScreenOffAnimationController, mSystemUIDialogManager, mLatencyTracker, in initUdfpsController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsController.java170 mUnlockedScreenOffAnimationController; field in UdfpsController
277 mUnlockedScreenOffAnimationController, in showUdfpsOverlay()
880 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in UdfpsController()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerBaseTest.java286 @Mock protected UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in NotificationPanelViewControllerBaseTest
634 mUnlockedScreenOffAnimationController, in setup()
H A DNotificationPanelViewControllerTest.java1242 when(mUnlockedScreenOffAnimationController.isAnimationPlaying()).thenReturn(true); in shadeExpanded_whenUnlockedOffscreenAnimationRunning()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java397 private final UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in NotificationPanelViewController
920 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in NotificationPanelViewController()
1497 return mHintAnimationRunning || mUnlockedScreenOffAnimationController.isAnimationPlaying(); in shouldAvoidChangingNotificationsCount()
3094 return mUnlockedScreenOffAnimationController.isAnimationPlaying(); in isPanelVisibleBecauseScrimIsAnimatingOff()