Home
last modified time | relevance | path

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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardFaceUnlockView.java124 mWindowManager.removeRotationWatcher(mRotationWatcher); in onDetachedFromWindow()
141 mWindowManager.removeRotationWatcher(mRotationWatcher); in onPause()
/frameworks/base/core/java/android/view/
DIWindowManager.aidl176 void removeRotationWatcher(IRotationWatcher watcher); in removeRotationWatcher() method
/frameworks/base/tools/layoutlib/bridge/src/android/view/
DIWindowManagerImpl.java427 public void removeRotationWatcher(IRotationWatcher arg0) throws RemoteException { in removeRotationWatcher() method in IWindowManagerImpl
/frameworks/base/services/java/com/android/server/wm/
DWindowManagerService.java6065 public void removeRotationWatcher(IRotationWatcher watcher) { in removeRotationWatcher() method