Home
last modified time | relevance | path

Searched defs:resolveRotation (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/rotationresolver/
H A DIRotationResolverService.aidl28 void resolveRotation(IRotationResolverCallback callback, in RotationResolutionRequest request); in resolveRotation() method
/aosp14/frameworks/base/core/java/android/rotationresolver/
H A DRotationResolverInternal.java56 public abstract void resolveRotation(@NonNull RotationResolverCallbackInternal callback, in resolveRotation() method in RotationResolverInternal
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/rotationresolver/
H A DRotationResolverManagerPerUserServiceTest.java134 public void resolveRotation(RotationRequest request) { in resolveRotation() method in RotationResolverManagerPerUserServiceTest.MockRemoteRotationResolverService
/aosp14/frameworks/base/services/core/java/com/android/server/rotationresolver/
H A DRemoteRotationResolverService.java76 public void resolveRotation(RotationRequest request) { in resolveRotation() method in RemoteRotationResolverService
H A DRotationResolverManagerService.java183 public void resolveRotation( in resolveRotation() method in RotationResolverManagerService.LocalService
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DWindowOrientationListenerTest.java158 public void resolveRotation(@NonNull RotationResolverCallbackInternal callback, in resolveRotation() method in WindowOrientationListenerTest.TestableRotationResolver