Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DConfigurationControllerImpl.kt137 val newOrientation = newConfig.orientation in onConfigurationChanged() constant
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DProjectionSpace.h94 void setOrientation(ui::Rotation newOrientation) { mOrientation = newOrientation; } in setOrientation()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
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
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
DMediaViewController.kt147 val newOrientation = newConfig.orientation in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainerController.java1171 int newOrientation = getResources().getConfiguration().orientation; in updateResources() local
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java467 boolean updateOrientation(@ScreenOrientation int newOrientation, boolean forceUpdate) { in updateOrientation()