Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/rotationresolver/
H A DRotationResolverService.java122 public void resolveRotation(IRotationResolverCallback callback, in onBind()
129 obtainMessage(RotationResolverService::resolveRotation, in onBind()
138 private void resolveRotation(IRotationResolverCallback callback,
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/core/java/com/android/server/rotationresolver/
H A DRemoteRotationResolverService.java76 public void resolveRotation(RotationRequest request) { in resolveRotation() method in RemoteRotationResolverService
78 post(service -> service.resolveRotation(request.mIRotationResolverCallback, remoteRequest)); in resolveRotation()
H A DRotationResolverManagerPerUserService.java157 mRemoteService.resolveRotation(mCurrentRequest); in resolveRotationLocked()
H A DRotationResolverManagerService.java183 public void resolveRotation( in resolveRotation() method in RotationResolverManagerService.LocalService
/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/tests/servicestests/src/com/android/server/wm/
H A DWindowOrientationListenerTest.java158 public void resolveRotation(@NonNull RotationResolverCallbackInternal callback, in resolveRotation() method in WindowOrientationListenerTest.TestableRotationResolver
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowOrientationListener.java1203 mRotationResolverService.resolveRotation( in onSensorChanged()