Searched refs:removeRotationWatcher (Results 1 – 9 of 9) sorted by relevance
100 void removeRotationWatcher(IRotationWatcher watcher) { in removeRotationWatcher() method in RotationWatcherController220 mWms.removeRotationWatcher(mWatcher); in binderDied()
4541 public void removeRotationWatcher(IRotationWatcher watcher) { in removeRotationWatcher() method in WindowManagerService4543 mRotationWatcherController.removeRotationWatcher(watcher); in removeRotationWatcher()
734 getWindowManagerService().removeRotationWatcher(delegate); in unregisterProposedRotationListener()794 getWindowManagerService().removeRotationWatcher(this); in onRotationChanged()
285 void removeRotationWatcher(IRotationWatcher watcher); in removeRotationWatcher() method
175 verify(mWm, times(1)).removeRotationWatcher(any()); in testCleanupBarsUnregistersListeners()
275 mWm.removeRotationWatcher(mRotationWatcher); in cleanupAfterLastBar()
274 WindowManagerGlobal.getWindowManagerService().removeRotationWatcher( in unregisterListeners()
841 controller.removeRotationWatcher(listener); in testProposedRotationListener()
60899 Landroid/view/IWindowManager$Stub$Proxy;->removeRotationWatcher(Landroid/view/IRotationWatcher;)V