Home
last modified time | relevance | path

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

/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.java1116 final int newOrientation = getRotatedOrientation(dc); in testOnDescendantOrientationRequestChanged() local
1135 final int newOrientation = getRotatedOrientation(dc); in testOnDescendantOrientationRequestChanged_FrozenToUserRotation() local
1176 final int newOrientation = getRotatedOrientation(dc); in testFixedToUserRotationChanged() local
1585 final int newOrientation = getRotatedOrientation(mDisplayContent); in testApplyTopFixedRotationTransform() local
1799 final int newOrientation = getRotatedOrientation(mDisplayContent); in testNoFixedRotationOnResumedScheduledApp() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
DMediaViewController.kt177 val newOrientation = newConfig.orientation in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainerController.java1059 int newOrientation = getResources().getConfiguration().orientation; in updateResources() local
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java440 boolean updateOrientation(@ScreenOrientation int newOrientation, boolean forceUpdate) { in updateOrientation()