Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/rotationresolver/
DRotationResolverService.java122 public void resolveRotation(IRotationResolverCallback callback, in onBind()
129 obtainMessage(RotationResolverService::resolveRotation, in onBind()
138 private void resolveRotation(IRotationResolverCallback callback,
DIRotationResolverService.aidl28 void resolveRotation(IRotationResolverCallback callback, in RotationResolutionRequest request); in resolveRotation() method
/frameworks/base/core/java/android/rotationresolver/
DRotationResolverInternal.java56 public abstract void resolveRotation(@NonNull RotationResolverCallbackInternal callback, in resolveRotation() method in RotationResolverInternal
/frameworks/base/services/core/java/com/android/server/rotationresolver/
DRemoteRotationResolverService.java76 public void resolveRotation(RotationRequest request) { in resolveRotation() method in RemoteRotationResolverService
78 post(service -> service.resolveRotation(request.mIRotationResolverCallback, remoteRequest)); in resolveRotation()
DRotationResolverManagerPerUserService.java157 mRemoteService.resolveRotation(mCurrentRequest); in resolveRotationLocked()
DRotationResolverManagerService.java183 public void resolveRotation( in resolveRotation() method in RotationResolverManagerService.LocalService
/frameworks/base/services/tests/servicestests/src/com/android/server/rotationresolver/
DRotationResolverManagerPerUserServiceTest.java134 public void resolveRotation(RotationRequest request) { in resolveRotation() method in RotationResolverManagerPerUserServiceTest.MockRemoteRotationResolverService
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWindowOrientationListenerTest.java158 public void resolveRotation(@NonNull RotationResolverCallbackInternal callback, in resolveRotation() method in WindowOrientationListenerTest.TestableRotationResolver
/frameworks/base/services/core/java/com/android/server/wm/
DWindowOrientationListener.java1203 mRotationResolverService.resolveRotation( in onSensorChanged()