Home
last modified time | relevance | path

Searched refs:mDisplayController (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRotationTouchHelper.java60 private DisplayController mDisplayController; field in RotationTouchHelper
150 mDisplayController = DisplayController.INSTANCE.get(mContext); in init()
158 mDisplayController.addChangeListener(this); in init()
159 DisplayController.Info info = mDisplayController.getInfo(); in init()
161 runOnDestroy(() -> mDisplayController.removeChangeListener(this)); in init()
236 mOrientationTouchTransformer.createOrAddTouchRegion(mDisplayController.getInfo()); in updateGestureTouchRegions()
295 mOrientationTouchTransformer.setNavigationMode(newMode, mDisplayController.getInfo(), in onDisplayInfoChangedInternal()
317 newGesturalHeight, mDisplayController.getInfo(), mContext.getResources()); in setGesturalHeight()
333 mOrientationTouchTransformer.enableMultipleRegions(enable, mDisplayController.getInfo()); in enableMultipleRegions()
397 mOrientationTouchTransformer.setSingleActiveRegion(mDisplayController.getInfo()); in toggleSecondaryNavBarsForRotation()
DRecentsAnimationDeviceState.java99 private final DisplayController mDisplayController; field in RecentsAnimationDeviceState
151 mDisplayController = DisplayController.INSTANCE.get(context); in RecentsAnimationDeviceState()
167 mDisplayController.addChangeListener(this); in RecentsAnimationDeviceState()
168 onDisplayInfoChanged(context, mDisplayController.getInfo(), CHANGE_ALL); in RecentsAnimationDeviceState()
169 runOnDestroy(() -> mDisplayController.removeChangeListener(this)); in RecentsAnimationDeviceState()
244 mDisplayController.addChangeListener(listener); in addNavigationModeChangedCallback()
246 runOnDestroy(() -> mDisplayController.removeChangeListener(listener)); in addNavigationModeChangedCallback()
567 final Info displayInfo = mDisplayController.getInfo(); in canTriggerOneHandedAction()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/wm/
DDisplaySystemBarsControllerTest.java56 private DisplayController mDisplayController; field in DisplaySystemBarsControllerTest
68 when(mDisplayController.getDisplayLayout(anyInt())).thenReturn(mDisplayLayout); in setUp()
73 mDisplayController, in setUp()