Home
last modified time | relevance | path

Searched refs:mLockscreenShadeTransitionController (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationShadeWindowViewTest.java99 @Mock private LockscreenShadeTransitionController mLockscreenShadeTransitionController; field in NotificationShadeWindowViewTest
124 mLockscreenShadeTransitionController, in setUp()
H A DNotificationPanelViewControllerTest.java258 private LockscreenShadeTransitionController mLockscreenShadeTransitionController; field in NotificationPanelViewControllerTest
387 mLockscreenShadeTransitionController, in setup()
428 mLockscreenShadeTransitionController, in setup()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationShadeWindowViewController.java90 private final LockscreenShadeTransitionController mLockscreenShadeTransitionController; field in NotificationShadeWindowViewController
149 mLockscreenShadeTransitionController = transitionController; in NotificationShadeWindowViewController()
452 setDragDownHelper(mLockscreenShadeTransitionController.getTouchHelper()); in setupExpandedStatusBar()
H A DStatusBar.java339 private final LockscreenShadeTransitionController mLockscreenShadeTransitionController; field in StatusBar
889 mLockscreenShadeTransitionController = lockscreenShadeTransitionController; in StatusBar()
1437 mLockscreenShadeTransitionController, in setUpPresenter()
2968 } else if (!mLockscreenShadeTransitionController.isWakingToShadeLocked()) { in showKeyguardImpl()
3098 mLockscreenShadeTransitionController.onHideKeyguard(delay, previousState); in hideKeyguardImpl()
H A DNotificationPanelViewController.java307 private final LockscreenShadeTransitionController mLockscreenShadeTransitionController; field in NotificationPanelViewController
787 mLockscreenShadeTransitionController = lockscreenShadeTransitionController; in NotificationPanelViewController()
3514 mLockscreenShadeTransitionController.setQS(mQs);
3780 mLockscreenShadeTransitionController.bindController(notificationShelfController); in initDependencies()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DUdfpsKeyguardViewControllerTest.java80 private LockscreenShadeTransitionController mLockscreenShadeTransitionController; field in UdfpsKeyguardViewControllerTest
131 mLockscreenShadeTransitionController, in setUp()
H A DUdfpsControllerTest.java137 private LockscreenShadeTransitionController mLockscreenShadeTransitionController; field in UdfpsControllerTest
231 mLockscreenShadeTransitionController, in setUp()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutControllerTest.java128 @Mock private LockscreenShadeTransitionController mLockscreenShadeTransitionController; field in NotificationStackScrollLayoutControllerTest
180 mLockscreenShadeTransitionController, in setUp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsController.java128 @NonNull private final LockscreenShadeTransitionController mLockscreenShadeTransitionController; field in UdfpsController
603 mLockscreenShadeTransitionController = lockscreenShadeTransitionController; in UdfpsController()
861 mLockscreenShadeTransitionController, in inflateUdfpsAnimation()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java181 private final LockscreenShadeTransitionController mLockscreenShadeTransitionController; field in NotificationStackScrollLayoutController
670 mLockscreenShadeTransitionController = lockscreenShadeTransitionController; in NotificationStackScrollLayoutController()
771 mLockscreenShadeTransitionController.setStackScroller(this); in attach()