Home
last modified time | relevance | path

Searched refs:setRotation (Results 1 – 25 of 93) sorted by relevance

1234

/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/rotation/
H A DRotationTransition.kt25 import com.android.server.wm.flicker.helpers.setRotation
34 setup { this.setRotation(flicker.scenario.startRotation) }
36 transitions { this.setRotation(flicker.scenario.endRotation) }
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/
H A DClosePipTransition.kt25 import com.android.server.wm.flicker.helpers.setRotation
32 setup { this.setRotation(flicker.scenario.startRotation) }
33 teardown { this.setRotation(Rotation.ROTATION_0) }
H A DShowPipAndRotateDisplay.kt28 import com.android.server.wm.flicker.helpers.setRotation
70 setRotation(flicker.scenario.startRotation)
72 transitions { setRotation(flicker.scenario.endRotation) }
H A DMovePipOnImeVisibilityChangeTest.kt30 import com.android.server.wm.flicker.helpers.setRotation
48 setRotation(flicker.scenario.startRotation)
H A DPipDragThenSnapTest.kt28 import com.android.server.wm.flicker.helpers.setRotation
55 setRotation(Rotation.ROTATION_0)
H A DPipTransition.kt29 import com.android.server.wm.flicker.helpers.setRotation
73 setRotation(Rotation.ROTATION_0)
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/helpers/
H A DFlickerExtensions.kt30 fun FlickerTestData.setRotation(rotation: Rotation) =
31 ChangeDisplayOrientationRule.setRotation(
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayPolicyLayoutTests.java90 public void setRotation(int rotation, boolean includingWindows) { in setRotation() method in DisplayPolicyLayoutTests
94 mNavBarWindow.getWindowConfiguration().setRotation(rotation); in setRotation()
95 mStatusBarWindow.getWindowConfiguration().setRotation(rotation); in setRotation()
96 mWindow.getWindowConfiguration().setRotation(rotation); in setRotation()
175 setRotation(ROTATION_90, false /* includingWindows */); in testSimulateLayoutDisplay()
H A DWindowConfigurationTests.java88 winConfig4.setRotation(Surface.ROTATION_90); in testDiff()
160 winConfig2.setRotation(Surface.ROTATION_180); in testConfigurationCompareTo()
163 winConfig2.setRotation(winConfig1.getRotation()); in testConfigurationCompareTo()
251 other.setRotation(ROTATION_270); in testMaskedSetTo()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/appcompat/
H A DBaseAppCompat.kt25 import com.android.server.wm.flicker.helpers.setRotation
60 fun FlickerTestData.setStartRotation() = setRotation(flicker.scenario.startRotation)
62 fun FlickerTestData.setEndRotation() = setRotation(flicker.scenario.endRotation)
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/splitscreen/
H A DSplitScreenBase.kt22 import com.android.server.wm.flicker.helpers.setRotation
34 setRotation(flicker.scenario.startRotation)
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/launch/
H A DOpenAppFromIntentColdTest.kt28 import com.android.server.wm.flicker.helpers.setRotation
69 this.setRotation(flicker.scenario.startRotation)
H A DOpenAppFromIntentWarmTest.kt27 import com.android.server.wm.flicker.helpers.setRotation
72 this.setRotation(flicker.scenario.startRotation)
H A DOpenAppFromOverviewTest.kt28 import com.android.server.wm.flicker.helpers.setRotation
83 this.setRotation(flicker.scenario.startRotation)
H A DOpenAppTransition.kt27 import com.android.server.wm.flicker.helpers.setRotation
39 this.setRotation(flicker.scenario.startRotation)
H A DOverrideTaskTransitionTest.kt36 import com.android.server.wm.flicker.helpers.setRotation
68 setRotation(flicker.scenario.startRotation)
H A DOpenCameraFromHomeOnDoubleClickPowerButtonTest.kt32 import com.android.server.wm.flicker.helpers.setRotation
75 this.setRotation(flicker.scenario.startRotation)
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/close/
H A DCloseAppTransition.kt29 import com.android.server.wm.flicker.helpers.setRotation
42 this.setRotation(flicker.scenario.startRotation)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DQuickQSPanelControllerTest.kt130 controller.setRotation(RotationUtils.ROTATION_LANDSCAPE)
142 controller.setRotation(RotationUtils.ROTATION_LANDSCAPE)
176 fun setRotation(newRotation: Int) { regex
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/ime/
H A DShowImeOnAppStartWhenLaunchingAppTest.kt30 import com.android.server.wm.flicker.helpers.setRotation
90 this.setRotation(flicker.scenario.startRotation)
H A DShowImeOnAppStartWhenLaunchingAppFromOverviewTest.kt30 import com.android.server.wm.flicker.helpers.setRotation
54 this.setRotation(flicker.scenario.startRotation)
H A DShowImeOnAppStartWhenLaunchingAppFromQuickSwitchTest.kt31 import com.android.server.wm.flicker.helpers.setRotation
58 this.setRotation(flicker.scenario.startRotation)
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/notification/
H A DOpenAppTransition.kt27 import com.android.server.wm.flicker.helpers.setRotation
39 this.setRotation(flicker.scenario.startRotation)
/aosp14/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiAutomatorBridge.java73 public boolean setRotation(int rotation) { in setRotation() method in UiAutomatorBridge
74 return mUiAutomation.setRotation(rotation); in setRotation()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DDisplayShapeTest.java97 displayShape = displayShape.setRotation(ROTATION_90); in testRotate_90()
110 displayShape = displayShape.setRotation(ROTATION_270); in testRotate_270()

1234