Home
last modified time | relevance | path

Searched refs:IRotationWatcher (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/view/
DIWindowManager.aidl36 import android.view.IRotationWatcher;
272 int watchRotation(IRotationWatcher watcher); in watchRotation()
278 void removeRotationWatcher(IRotationWatcher watcher); in removeRotationWatcher()
DIRotationWatcher.aidl23 oneway interface IRotationWatcher { interface
/frameworks/base/tools/layoutlib/bridge/src/android/view/
DIWindowManagerImpl.java478 public int watchRotation(IRotationWatcher arg0) throws RemoteException { in watchRotation()
484 public void removeRotationWatcher(IRotationWatcher arg0) throws RemoteException { in removeRotationWatcher()
/frameworks/base/core/java/android/hardware/
DLegacySensorManager.java21 import android.view.IRotationWatcher;
56 new IRotationWatcher.Stub() { in LegacySensorManager()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java96 import android.view.IRotationWatcher;
560 IRotationWatcher watcher;
562 RotationWatcher(IRotationWatcher w, IBinder.DeathRecipient d) { in RotationWatcher()
6732 public int watchRotation(IRotationWatcher watcher) { in watchRotation()
6765 public void removeRotationWatcher(IRotationWatcher watcher) { in removeRotationWatcher()
/frameworks/base/
DAndroid.mk292 core/java/android/view/IRotationWatcher.aidl \
Dpreloaded-classes2086 android.view.IRotationWatcher
2087 android.view.IRotationWatcher$Stub
Dcompiled-classes-phone4278 android.view.IRotationWatcher
4279 android.view.IRotationWatcher$Stub
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java31 import android.view.IRotationWatcher.Stub;