Searched refs:IRotationWatcher (Results 1 – 9 of 9) sorted by relevance
31 import android.view.IRotationWatcher;184 int watchRotation(IRotationWatcher watcher); in watchRotation()190 void removeRotationWatcher(IRotationWatcher watcher); in removeRotationWatcher()
23 oneway interface IRotationWatcher { interface
25 import android.view.IRotationWatcher;56 private final IRotationWatcher mRotationWatcher = new IRotationWatcher.Stub() {
434 public int watchRotation(IRotationWatcher arg0) throws RemoteException { in watchRotation()440 public void removeRotationWatcher(IRotationWatcher arg0) throws RemoteException { in removeRotationWatcher()
21 import android.view.IRotationWatcher;56 new IRotationWatcher.Stub() { in LegacySensorManager()
79 import android.view.IRotationWatcher;4592 static class RotationWatcher extends IRotationWatcher.Stub {
114 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()
248 core/java/android/view/IRotationWatcher.aidl \
1375 android.view.IRotationWatcher1376 android.view.IRotationWatcher$Stub