Home
last modified time | relevance | path

Searched refs:removeRotationWatcher (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DRotationWatcherController.java100 void removeRotationWatcher(IRotationWatcher watcher) { in removeRotationWatcher() method in RotationWatcherController
220 mWms.removeRotationWatcher(mWatcher); in binderDied()
DWindowManagerService.java4782 public void removeRotationWatcher(IRotationWatcher watcher) { in removeRotationWatcher() method in WindowManagerService
4784 mRotationWatcherController.removeRotationWatcher(watcher); in removeRotationWatcher()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DFullscreenMagnificationController.java195 mIWindowManager.removeRotationWatcher(mRotationWatcher); in cleanUpBorder()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
DFullscreenMagnificationControllerTest.java188 verify(mIWindowManager).removeRotationWatcher(any(IRotationWatcher.class)); in disableFullscreenMagnification_reverseAnimationAndReleaseScvh()
/frameworks/base/core/java/android/view/
DIWindowManager.aidl312 void removeRotationWatcher(IRotationWatcher watcher); in removeRotationWatcher() method
DWindowManagerGlobal.java765 getWindowManagerService().removeRotationWatcher(delegate); in unregisterProposedRotationListener()
825 getWindowManagerService().removeRotationWatcher(this); in onRotationChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
DNavBarHelperTest.java183 verify(mWm, times(1)).removeRotationWatcher(any()); in testCleanupBarsUnregistersListeners()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavBarHelper.java290 mWm.removeRotationWatcher(mRotationWatcher); in cleanupAfterLastBar()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
DRotationButtonController.java273 WindowManagerGlobal.getWindowManagerService().removeRotationWatcher( in unregisterListeners()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayRotationTests.java919 controller.removeRotationWatcher(listener); in testProposedRotationListener()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt60256 Landroid/view/IWindowManager$Stub$Proxy;->removeRotationWatcher(Landroid/view/IRotationWatcher;)V