Searched refs:IRotationWatcher (Results 1 – 16 of 16) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | RotationWatcherController.java | 25 import android.view.IRotationWatcher; 49 void registerDisplayRotationWatcher(IRotationWatcher watcher, int displayId) { in registerDisplayRotationWatcher() 60 void registerProposedRotationListener(IRotationWatcher listener, IBinder contextToken) { in registerProposedRotationListener() 85 private static <T extends RotationWatcher> boolean unregister(IRotationWatcher watcher, in unregister() 100 void removeRotationWatcher(IRotationWatcher watcher) { in removeRotationWatcher() 179 DisplayRotationWatcher(WindowManagerService wms, IRotationWatcher watcher, int displayId) { in DisplayRotationWatcher() 189 ProposedRotationListener(WindowManagerService wms, IRotationWatcher watcher, in ProposedRotationListener() 198 final IRotationWatcher mWatcher; 201 RotationWatcher(WindowManagerService wms, IRotationWatcher watcher) { in RotationWatcher()
|
H A D | WindowManagerService.java | 259 import android.view.IRotationWatcher; 4527 public int watchRotation(IRotationWatcher watcher, int displayId) { in watchRotation() 4541 public void removeRotationWatcher(IRotationWatcher watcher) { in removeRotationWatcher() 4549 public int registerProposedRotationListener(IBinder contextToken, IRotationWatcher listener) { in registerProposedRotationListener()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | IRotationWatcher.aidl | 23 oneway interface IRotationWatcher { interface
|
H A D | IWindowManager.aidl | 48 import android.view.IRotationWatcher; 278 int watchRotation(IRotationWatcher watcher, int displayId); in watchRotation() 285 void removeRotationWatcher(IRotationWatcher watcher); in removeRotationWatcher() 288 int registerProposedRotationListener(IBinder contextToken, IRotationWatcher listener); in registerProposedRotationListener()
|
H A D | WindowManagerGlobal.java | 740 private static class ProposedRotationListenerDelegate extends IRotationWatcher.Stub {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
H A D | NavBarHelper.java | 49 import android.view.IRotationWatcher; 155 private final IRotationWatcher mRotationWatcher = new IRotationWatcher.Stub() {
|
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/ |
H A D | RotationButtonController.java | 49 import android.view.IRotationWatcher; 145 private final IRotationWatcher.Stub mRotationWatcher = new IRotationWatcher.Stub() {
|
/aosp14/frameworks/base/core/java/android/hardware/ |
H A D | LegacySensorManager.java | 23 import android.view.IRotationWatcher; 58 new IRotationWatcher.Stub() { in LegacySensorManager()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | DisplayRotationTests.java | 69 import android.view.IRotationWatcher; 816 final IRotationWatcher listener = new IRotationWatcher() { in testProposedRotationListener()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-unsupported.txt | 190 Landroid/view/IRotationWatcher$Stub;-><init>()V 198 Landroid/view/IWindowManager$Stub$Proxy;->watchRotation(Landroid/view/IRotationWatcher;I)I
|
H A D | hiddenapi-max-target-o.txt | 60759 Landroid/view/IRotationWatcher$Stub$Proxy;-><init>(Landroid/os/IBinder;)V 60760 Landroid/view/IRotationWatcher$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String; 60761 Landroid/view/IRotationWatcher$Stub$Proxy;->mRemote:Landroid/os/IBinder; 60762 Landroid/view/IRotationWatcher$Stub$Proxy;->onRotationChanged(I)V 60763 Landroid/view/IRotationWatcher$Stub;->asInterface(Landroid/os/IBinder;)Landroid/view/IRotationWatch… 60764 Landroid/view/IRotationWatcher$Stub;->DESCRIPTOR:Ljava/lang/String; 60765 Landroid/view/IRotationWatcher$Stub;->TRANSACTION_onRotationChanged:I 60899 Landroid/view/IWindowManager$Stub$Proxy;->removeRotationWatcher(Landroid/view/IRotationWatcher;)V 61090 Landroid/view/IWindowManager;->watchRotation(Landroid/view/IRotationWatcher;I)I
|
/aosp14/frameworks/base/core/java/com/android/internal/policy/ |
H A D | PhoneWindow.java | 82 import android.view.IRotationWatcher.Stub;
|
/aosp14/frameworks/base/boot/ |
H A D | preloaded-classes | 8486 android.view.IRotationWatcher$Stub$Proxy 8487 android.view.IRotationWatcher$Stub 8488 android.view.IRotationWatcher
|
H A D | boot-image-profile.txt | 31284 Landroid/view/IRotationWatcher$Stub$Proxy; 31285 Landroid/view/IRotationWatcher$Stub; 31286 Landroid/view/IRotationWatcher;
|
/aosp14/frameworks/base/config/ |
H A D | preloaded-classes | 8517 android.view.IRotationWatcher$Stub$Proxy 8518 android.view.IRotationWatcher$Stub 8519 android.view.IRotationWatcher
|
H A D | boot-image-profile.txt | 41418 Landroid/view/IRotationWatcher$Stub$Proxy; 41419 Landroid/view/IRotationWatcher$Stub; 41420 Landroid/view/IRotationWatcher;
|