Home
last modified time | relevance | path

Searched refs:newOrientation (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DConfigurationControllerImpl.kt145 val newOrientation = newConfig.orientation in onConfigurationChanged() constant
146 if (orientation != newOrientation) { in onConfigurationChanged()
147 orientation = newOrientation in onConfigurationChanged()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DProjectionSpace.h94 void setOrientation(ui::Rotation newOrientation) { mOrientation = newOrientation; } in setOrientation() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/logging/
DQSLogger.kt274 @Orientation newOrientation: Int, in <lambda>()
287 int2 = newOrientation in <lambda>()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayContentTests.java1111 final int newOrientation = getRotatedOrientation(dc); in testOnDescendantOrientationRequestChanged() local
1118 activity.setRequestedOrientation(newOrientation); in testOnDescendantOrientationRequestChanged()
1131 final int newOrientation = getRotatedOrientation(dc); in testOnDescendantOrientationRequestChanged_FrozenToUserRotation() local
1138 activity.setRequestedOrientation(newOrientation); in testOnDescendantOrientationRequestChanged_FrozenToUserRotation()
1173 final int newOrientation = getRotatedOrientation(dc); in testFixedToUserRotationChanged() local
1180 activity.setRequestedOrientation(newOrientation); in testFixedToUserRotationChanged()
1601 final int newOrientation = getRotatedOrientation(mDisplayContent); in testApplyTopFixedRotationTransform() local
1602 app.setRequestedOrientation(newOrientation); in testApplyTopFixedRotationTransform()
1669 app2.setRequestedOrientation(newOrientation); in testApplyTopFixedRotationTransform()
1820 final int newOrientation = getRotatedOrientation(mDisplayContent); in testNoFixedRotationOnResumedScheduledApp() local
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaViewController.kt253 val newOrientation = newConfig.orientation in <lambda>() constant
254 if (lastOrientation != newOrientation) { in <lambda>()
257 lastOrientation = newOrientation in <lambda>()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java480 boolean updateOrientation(@ScreenOrientation int newOrientation, boolean forceUpdate) { in updateOrientation() argument
481 if (newOrientation == mLastOrientation && !forceUpdate) { in updateOrientation()
484 mLastOrientation = newOrientation; in updateOrientation()
485 if (newOrientation != mCurrentAppOrientation) { in updateOrientation()
486 mCurrentAppOrientation = newOrientation; in updateOrientation()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainerController.java1207 int newOrientation = getResources().getConfiguration().orientation; in updateResources() local
1208 if (newOrientation != mLastOrientation) { in updateResources()
1209 mLastOrientation = newOrientation; in updateResources()