Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DIWindowManager.aidl31 import android.view.IRotationWatcher;
184 int watchRotation(IRotationWatcher watcher); in watchRotation()
190 void removeRotationWatcher(IRotationWatcher watcher); in removeRotationWatcher()
DIRotationWatcher.aidl23 oneway interface IRotationWatcher { interface
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardFaceUnlockView.java25 import android.view.IRotationWatcher;
56 private final IRotationWatcher mRotationWatcher = new IRotationWatcher.Stub() {
/frameworks/base/tools/layoutlib/bridge/src/android/view/
DIWindowManagerImpl.java434 public int watchRotation(IRotationWatcher arg0) throws RemoteException { in watchRotation()
440 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/policy/src/com/android/internal/policy/impl/
DPhoneWindow.java79 import android.view.IRotationWatcher;
4592 static class RotationWatcher extends IRotationWatcher.Stub {
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java114 import android.view.IRotationWatcher;
488 IRotationWatcher watcher;
490 RotationWatcher(IRotationWatcher w, IBinder.DeathRecipient d) { in RotationWatcher()
6584 public int watchRotation(IRotationWatcher watcher) { in watchRotation()
6617 public void removeRotationWatcher(IRotationWatcher watcher) { in removeRotationWatcher()
/frameworks/base/
DAndroid.mk248 core/java/android/view/IRotationWatcher.aidl \
Dpreloaded-classes1375 android.view.IRotationWatcher
1376 android.view.IRotationWatcher$Stub