Home
last modified time | relevance | path

Searched defs:newOrientation (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayContentTests.java987 final int newOrientation = getRotatedOrientation(dc); in testOnDescendantOrientationRequestChanged() local
1006 final int newOrientation = getRotatedOrientation(dc); in testOnDescendantOrientationRequestChanged_FrozenToUserRotation() local
1027 final int newOrientation = getRotatedOrientation(dc); in testFixedToUserRotationChanged() local
1337 final int newOrientation = getRotatedOrientation(mDisplayContent); in testApplyTopFixedRotationTransform() local
1543 final int newOrientation = getRotatedOrientation(mDisplayContent); in testNoFixedRotationOnResumedScheduledApp() local
/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
H A DDialogUiTest.java271 final int newOrientation = originalOrientation == ActivityInfo.SCREEN_ORIENTATION_PORTRAIT in getOrientations() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainerController.java584 int newOrientation = getResources().getConfiguration().orientation; in updateResources() local
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java372 boolean updateOrientation(@ScreenOrientation int newOrientation, boolean forceUpdate) { in updateOrientation()