/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/legacysplitscreen/ |
D | LegacySplitScreenTransition.kt | 30 import com.android.server.wm.flicker.helpers.setRotation in <lambda>() 84 this.setRotation(configuration.startRotation) in <lambda>() 91 this.setRotation(Surface.ROTATION_0) in <lambda>() 111 this.setRotation(configuration.startRotation) in <lambda>() 119 this.setRotation(Surface.ROTATION_0) in <lambda>()
|
D | LegacySplitScreenRotateTransition.kt | 23 import com.android.server.wm.flicker.helpers.setRotation 43 this.setRotation(Surface.ROTATION_0) in <lambda>()
|
D | RotateTwoLaunchedAppInSplitScreenMode.kt | 32 import com.android.server.wm.flicker.helpers.setRotation in <lambda>() 67 this.setRotation(testSpec.config.startRotation) in <lambda>() 71 this.setRotation(testSpec.config.startRotation) in <lambda>()
|
D | RotateOneLaunchedAppAndEnterSplitScreen.kt | 31 import com.android.server.wm.flicker.helpers.setRotation in <lambda>() 63 this.setRotation(testSpec.config.startRotation) in <lambda>()
|
D | RotateOneLaunchedAppInSplitScreenMode.kt | 31 import com.android.server.wm.flicker.helpers.setRotation in <lambda>() 62 this.setRotation(testSpec.config.startRotation) in <lambda>()
|
D | RotateTwoLaunchedAppAndEnterSplitScreen.kt | 32 import com.android.server.wm.flicker.helpers.setRotation in <lambda>() 64 this.setRotation(testSpec.config.startRotation) in <lambda>()
|
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/ |
D | PipCloseTransition.kt | 26 import com.android.server.wm.flicker.helpers.setRotation in <lambda>() 36 this.setRotation(configuration.startRotation) in <lambda>() 41 this.setRotation(Surface.ROTATION_0) in <lambda>()
|
D | PipRotationTest.kt | 30 import com.android.server.wm.flicker.helpers.setRotation in <lambda>() 63 setRotation(configuration.startRotation) in <lambda>() 67 setRotation(configuration.endRotation) in <lambda>() 71 setRotation(Surface.ROTATION_0) in <lambda>()
|
D | PipToAppTest.kt | 28 import com.android.server.wm.flicker.helpers.setRotation in <lambda>() 50 this.setRotation(configuration.startRotation) in <lambda>() 55 this.setRotation(Surface.ROTATION_0) in <lambda>()
|
D | PipKeyboardTest.kt | 28 import com.android.server.wm.flicker.helpers.setRotation in <lambda>() 55 setRotation(configuration.startRotation) in <lambda>() 61 setRotation(Surface.ROTATION_0) in <lambda>()
|
/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/helpers/ |
D | FlickerExtensions.kt | 27 fun Flicker.setRotation(rotation: Int) = method 28 ChangeDisplayOrientationRule.setRotation(rotation, instrumentation, wmHelper)
|
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/apppairs/ |
D | RotateTwoLaunchedAppsTransition.kt | 23 import com.android.server.wm.flicker.helpers.setRotation 39 this.setRotation(Surface.ROTATION_0) in <lambda>()
|
D | RotateTwoLaunchedAppsInAppPairsMode.kt | 30 import com.android.server.wm.flicker.helpers.setRotation 61 setRotation(testSpec.config.endRotation) in <lambda>()
|
D | RotateTwoLaunchedAppsRotateAndEnterAppPairsMode.kt | 30 import com.android.server.wm.flicker.helpers.setRotation 60 this.setRotation(testSpec.config.endRotation) in <lambda>()
|
/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/rotation/ |
D | RotationTransition.kt | 30 import com.android.server.wm.flicker.helpers.setRotation 52 this.setRotation(testSpec.config.startRotation) in <lambda>() 61 this.setRotation(testSpec.config.endRotation) in <lambda>()
|
/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/launch/ |
D | OpenAppWarmTest.kt | 25 import com.android.server.wm.flicker.helpers.setRotation 54 this.setRotation(testSpec.config.startRotation) in <lambda>()
|
D | OpenAppFromOverviewTest.kt | 26 import com.android.server.wm.flicker.helpers.setRotation 57 this.setRotation(testSpec.config.startRotation) in <lambda>()
|
D | OpenAppColdTest.kt | 25 import com.android.server.wm.flicker.helpers.setRotation 51 this.setRotation(testSpec.config.startRotation) in <lambda>()
|
D | OpenAppTransition.kt | 31 import com.android.server.wm.flicker.helpers.setRotation 55 this.setRotation(testSpec.config.startRotation) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/ |
D | ImageClock.java | 63 mHourHand.setRotation(hourAngle); in onTimeChanged() 65 mMinuteHand.setRotation(minuteAngle); in onTimeChanged()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowConfigurationTests.java | 88 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()
|
D | DisplayPolicyLayoutTests.java | 137 public void setRotation(int rotation, boolean includingWindows) { in setRotation() method in DisplayPolicyLayoutTests 141 mNavBarWindow.getWindowConfiguration().setRotation(rotation); in setRotation() 142 mStatusBarWindow.getWindowConfiguration().setRotation(rotation); in setRotation() 143 mWindow.getWindowConfiguration().setRotation(rotation); in setRotation() 517 setRotation(ROTATION_90, true /* includingWindows */); in layoutWindowLw_withDisplayCutout_landscape() 532 setRotation(ROTATION_270, true /* includingWindows */); in layoutWindowLw_withDisplayCutout_seascape() 548 setRotation(ROTATION_90, true /* includingWindows */); in layoutWindowLw_withDisplayCutout_fullscreen_landscape() 580 setRotation(ROTATION_90, true /* includingWindows */); in layoutWindowLw_withDisplayCutout_fullscreenInCutout_landscape() 697 setRotation(ROTATION_90, false /* includingWindows */); in testSimulateLayoutDisplay()
|
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
D | UiAutomatorBridge.java | 73 public boolean setRotation(int rotation) { in setRotation() method in UiAutomatorBridge 74 return mUiAutomation.setRotation(rotation); in setRotation()
|
/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/close/ |
D | CloseAppTransition.kt | 29 import com.android.server.wm.flicker.helpers.setRotation 50 this.setRotation(testSpec.config.startRotation) in <lambda>()
|
/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/ime/ |
D | SwitchImeWindowsFromGestureNavTest.kt | 35 import com.android.server.wm.flicker.helpers.setRotation 67 this.setRotation(testSpec.config.startRotation) in buildFlicker()
|