Home
last modified time | relevance | path

Searched defs:removeRotationWatcher (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
DIWindowManager.aidl222 void removeRotationWatcher(IRotationWatcher watcher); in removeRotationWatcher() method
/frameworks/layoutlib/bridge/src/android/view/
DIWindowManagerImpl.java423 public void removeRotationWatcher(IRotationWatcher arg0) throws RemoteException { in removeRotationWatcher() method in IWindowManagerImpl
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java3943 public void removeRotationWatcher(IRotationWatcher watcher) { in removeRotationWatcher() method in WindowManagerService