Searched refs:removeRotationWatcher (Results 1 – 11 of 11) sorted by relevance
100 void removeRotationWatcher(IRotationWatcher watcher) { in removeRotationWatcher() method in RotationWatcherController220 mWms.removeRotationWatcher(mWatcher); in binderDied()
4782 public void removeRotationWatcher(IRotationWatcher watcher) { in removeRotationWatcher() method in WindowManagerService4784 mRotationWatcherController.removeRotationWatcher(watcher); in removeRotationWatcher()
195 mIWindowManager.removeRotationWatcher(mRotationWatcher); in cleanUpBorder()
188 verify(mIWindowManager).removeRotationWatcher(any(IRotationWatcher.class)); in disableFullscreenMagnification_reverseAnimationAndReleaseScvh()
312 void removeRotationWatcher(IRotationWatcher watcher); in removeRotationWatcher() method
765 getWindowManagerService().removeRotationWatcher(delegate); in unregisterProposedRotationListener()825 getWindowManagerService().removeRotationWatcher(this); in onRotationChanged()
183 verify(mWm, times(1)).removeRotationWatcher(any()); in testCleanupBarsUnregistersListeners()
290 mWm.removeRotationWatcher(mRotationWatcher); in cleanupAfterLastBar()
273 WindowManagerGlobal.getWindowManagerService().removeRotationWatcher( in unregisterListeners()
919 controller.removeRotationWatcher(listener); in testProposedRotationListener()
60256 Landroid/view/IWindowManager$Stub$Proxy;->removeRotationWatcher(Landroid/view/IRotationWatcher;)V