Home
last modified time | relevance | path

Searched refs:mDepthController (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBrightnessMirrorController.java47 private final NotificationShadeDepthController mDepthController; field in BrightnessMirrorController
66 mDepthController = notificationShadeDepthController; in BrightnessMirrorController()
77 mDepthController.setBrightnessMirrorVisible(true); in showMirror()
83 mDepthController.setBrightnessMirrorVisible(false); in hideMirror()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
H A DBaseQuickstepLauncher.java100 private DepthController mDepthController = new DepthController(this); field in BaseQuickstepLauncher
127 addMultiWindowModeChangedListener(mDepthController); in onCreate()
238 mDepthController.onOverlayScrollChanged(progress); in onScrollChanged()
377 return mDepthController; in getDepthController()
445 mDepthController.setActivityStarted(isStarted()); in onActivityFlagsChanged()
569 if (mDepthController != null) { in dump()
570 mDepthController.dump(prefix, writer); in dump()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DSplitSelectStateController.java63 private final DepthController mDepthController; field in SplitSelectStateController
78 mDepthController = depthController; in SplitSelectStateController()
201 nonApps, mStateManager, mDepthController, () -> { in onAnimationStart()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationShadeWindowViewController.java88 private final NotificationShadeDepthController mDepthController; field in NotificationShadeWindowViewController
165 mDepthController = depthController; in NotificationShadeWindowViewController()
454 mDepthController.setRoot(mView); in setupExpandedStatusBar()
455 mPanelExpansionStateManager.addExpansionListener(mDepthController); in setupExpandedStatusBar()
H A DNotificationPanelViewController.java493 private NotificationShadeDepthController mDepthController; field in NotificationPanelViewController
746 mDepthController = notificationShadeDepthController; in NotificationPanelViewController()
2274 mDepthController.setQsPanelExpansion(qsExpansionFraction); in updateQsExpansion()
3379 mDepthController.setPanelPullDownMinFraction(mMinFraction);