Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DConfigurationControllerImpl.kt137 val newOrientation = newConfig.orientation regex
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayContentTests.java1125 final int newOrientation = getRotatedOrientation(dc); in testOnDescendantOrientationRequestChanged() local
1144 final int newOrientation = getRotatedOrientation(dc); in testOnDescendantOrientationRequestChanged_FrozenToUserRotation() local
1185 final int newOrientation = getRotatedOrientation(dc); in testFixedToUserRotationChanged() local
1592 final int newOrientation = getRotatedOrientation(mDisplayContent); in testApplyTopFixedRotationTransform() local
1811 final int newOrientation = getRotatedOrientation(mDisplayContent); in testNoFixedRotationOnResumedScheduledApp() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
H A DMediaViewController.kt147 val newOrientation = newConfig.orientation regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainerController.java1171 int newOrientation = getResources().getConfiguration().orientation; in updateResources() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java467 boolean updateOrientation(@ScreenOrientation int newOrientation, boolean forceUpdate) { in updateOrientation()