Searched refs:mDepthController (Results 1 – 5 of 5) sorted by relevance
47 private final NotificationShadeDepthController mDepthController; field in BrightnessMirrorController66 mDepthController = notificationShadeDepthController; in BrightnessMirrorController()77 mDepthController.setBrightnessMirrorVisible(true); in showMirror()83 mDepthController.setBrightnessMirrorVisible(false); in hideMirror()
100 private DepthController mDepthController = new DepthController(this); field in BaseQuickstepLauncher127 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()
63 private final DepthController mDepthController; field in SplitSelectStateController78 mDepthController = depthController; in SplitSelectStateController()201 nonApps, mStateManager, mDepthController, () -> { in onAnimationStart()
88 private final NotificationShadeDepthController mDepthController; field in NotificationShadeWindowViewController165 mDepthController = depthController; in NotificationShadeWindowViewController()454 mDepthController.setRoot(mView); in setupExpandedStatusBar()455 mPanelExpansionStateManager.addExpansionListener(mDepthController); in setupExpandedStatusBar()
493 private NotificationShadeDepthController mDepthController; field in NotificationPanelViewController746 mDepthController = notificationShadeDepthController; in NotificationPanelViewController()2274 mDepthController.setQsPanelExpansion(qsExpansionFraction); in updateQsExpansion()3379 mDepthController.setPanelPullDownMinFraction(mMinFraction);