Home
last modified time | relevance | path

Searched refs:unlockedScreenOffAnimationController (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarTouchableRegionManager.java89 UnlockedScreenOffAnimationController unlockedScreenOffAnimationController in StatusBarTouchableRegionManager() argument
123 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in StatusBarTouchableRegionManager()
H A DDozeParameters.java130 UnlockedScreenOffAnimationController unlockedScreenOffAnimationController, in DozeParameters() argument
145 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in DozeParameters()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsKeyguardViewControllerLegacy.kt69 private val unlockedScreenOffAnimationController: UnlockedScreenOffAnimationController,
122 unlockedScreenOffAnimationController.isAnimationPlaying()
412 !unlockedScreenOffAnimationController.isAnimationPlaying()
H A DUdfpsControllerOverlay.kt101 private val unlockedScreenOffAnimationController: UnlockedScreenOffAnimationController,
278 unlockedScreenOffAnimationController,
H A DUdfpsController.java837 @NonNull UnlockedScreenOffAnimationController unlockedScreenOffAnimationController, in UdfpsController()
880 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in UdfpsController()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DUdfpsControllerOverlayTest.kt108 @Mock private lateinit var unlockedScreenOffAnimationController:
151 configurationController, keyguardStateController, unlockedScreenOffAnimationController,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java755 UnlockedScreenOffAnimationController unlockedScreenOffAnimationController, in NotificationPanelViewController()
920 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in NotificationPanelViewController()