Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DFullscreenMagnificationController.java82 private final IRotationWatcher mRotationWatcher = new IRotationWatcher.Stub() { field in FullscreenMagnificationController
195 mIWindowManager.removeRotationWatcher(mRotationWatcher); in cleanUpBorder()
225 mIWindowManager.watchRotation(mRotationWatcher, Display.DEFAULT_DISPLAY); in createFullscreenMagnificationBorder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavBarHelper.java162 private final IRotationWatcher mRotationWatcher = new IRotationWatcher.Stub() { field in NavBarHelper
259 mWm.watchRotation(mRotationWatcher, mDefaultDisplayId); in setupOnFirstBar()
290 mWm.removeRotationWatcher(mRotationWatcher); in cleanupAfterLastBar()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
DRotationButtonController.java144 private final IRotationWatcher.Stub mRotationWatcher = new IRotationWatcher.Stub() { field in RotationButtonController
241 .watchRotation(mRotationWatcher, DEFAULT_DISPLAY); in registerListeners()
274 mRotationWatcher); in unregisterListeners()