Home
last modified time | relevance | path

Searched refs:mKeyguardRootView (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerBaseTest.java324 @Mock private KeyguardRootView mKeyguardRootView; field in NotificationPanelViewControllerBaseTest
655 mKeyguardRootView); in setup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java356 private final KeyguardRootView mKeyguardRootView; field in NotificationPanelViewController
980 mKeyguardRootView = keyguardRootView; in NotificationPanelViewController()
4062 final ViewPropertyAnimator mKeyguardRootViewAnimator = mKeyguardRootView.animate(); in startUnlockHintAnimationPhase1()