/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/legacysplitscreen/ |
H A D | LegacySplitScreenTransition.kt | 30 import com.android.server.wm.flicker.helpers.setRotation 93 this.setRotation(configuration.startRotation) 100 this.setRotation(Surface.ROTATION_0) 120 this.setRotation(configuration.startRotation) 128 this.setRotation(Surface.ROTATION_0)
|
H A D | LegacySplitScreenRotateTransition.kt | 23 import com.android.server.wm.flicker.helpers.setRotation 43 this.setRotation(Surface.ROTATION_0)
|
H A D | RotateTwoLaunchedAppInSplitScreenMode.kt | 30 import com.android.server.wm.flicker.helpers.setRotation 65 this.setRotation(testSpec.config.startRotation) 69 this.setRotation(testSpec.config.startRotation)
|
H A D | RotateOneLaunchedAppAndEnterSplitScreen.kt | 29 import com.android.server.wm.flicker.helpers.setRotation 61 this.setRotation(testSpec.config.startRotation)
|
H A D | RotateOneLaunchedAppInSplitScreenMode.kt | 29 import com.android.server.wm.flicker.helpers.setRotation 60 this.setRotation(testSpec.config.startRotation)
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
H A D | FilterRotateRepresentation.java | 73 setRotation(rotation); in FilterRotateRepresentation() 110 public void setRotation(Rotation rotation) { in setRotation() method in FilterRotateRepresentation 141 setRotation(((FilterRotateRepresentation) a).getRotation()); in useParametersFrom() 181 setRotation(r); in deSerializeRepresentation()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/ |
H A D | ExitPipTransition.kt | 25 import com.android.server.wm.flicker.helpers.setRotation 37 this.setRotation(configuration.startRotation) 42 this.setRotation(Surface.ROTATION_0)
|
H A D | PipKeyboardTest.kt | 28 import com.android.server.wm.flicker.helpers.setRotation 55 setRotation(configuration.startRotation) 61 setRotation(Surface.ROTATION_0)
|
H A D | PipRotationTest.kt | 31 import com.android.server.wm.flicker.helpers.setRotation 78 setRotation(configuration.startRotation) 82 setRotation(configuration.endRotation)
|
/aosp12/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/helpers/ |
H A D | FlickerExtensions.kt | 28 fun Flicker.setRotation(rotation: Int) = 29 ChangeDisplayOrientationRule.setRotation(rotation, instrumentation, wmHelper)
|
/aosp12/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/rotation/ |
H A D | RotationTransition.kt | 27 import com.android.server.wm.flicker.helpers.setRotation 47 this.setRotation(testSpec.config.startRotation) 56 this.setRotation(testSpec.config.endRotation)
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/ |
H A D | MaterialProgressDrawable.java | 208 mRing.setRotation(rotation); in setProgressRotation() 269 void setRotation(float rotation) { in setRotation() method in MaterialProgressDrawable 312 setRotation(0); in stop() 374 ring.setRotation(rotation); in applyFinishTranslation() 423 ring.setRotation(rotation); in setupAnimators() 427 setRotation(groupRotation); in setupAnimators() 710 public void setRotation(float rotation) { in setRotation() method in MaterialProgressDrawable.Ring 789 setRotation(0); in resetOriginals()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/apppairs/ |
H A D | RotateTwoLaunchedAppsTransition.kt | 23 import com.android.server.wm.flicker.helpers.setRotation 42 this.setRotation(Surface.ROTATION_0)
|
H A D | RotateTwoLaunchedAppsInAppPairsMode.kt | 29 import com.android.server.wm.flicker.helpers.setRotation 60 setRotation(testSpec.config.endRotation)
|
H A D | RotateTwoLaunchedAppsRotateAndEnterAppPairsMode.kt | 29 import com.android.server.wm.flicker.helpers.setRotation 57 this.setRotation(testSpec.config.endRotation)
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A 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()
|
H A D | DisplayPolicyLayoutTests.java | 132 public void setRotation(int rotation, boolean includingWindows) { in setRotation() method in DisplayPolicyLayoutTests 136 mNavBarWindow.getWindowConfiguration().setRotation(rotation); in setRotation() 137 mStatusBarWindow.getWindowConfiguration().setRotation(rotation); in setRotation() 138 mWindow.getWindowConfiguration().setRotation(rotation); in setRotation() 518 setRotation(ROTATION_90, true /* includingWindows */); in layoutWindowLw_withDisplayCutout_landscape() 533 setRotation(ROTATION_270, true /* includingWindows */); in layoutWindowLw_withDisplayCutout_seascape() 549 setRotation(ROTATION_90, true /* includingWindows */); in layoutWindowLw_withDisplayCutout_fullscreen_landscape() 581 setRotation(ROTATION_90, true /* includingWindows */); in layoutWindowLw_withDisplayCutout_fullscreenInCutout_landscape() 698 setRotation(ROTATION_90, false /* includingWindows */); in testSimulateLayoutDisplay()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/ |
H A D | ImageClock.java | 63 mHourHand.setRotation(hourAngle); in onTimeChanged() 65 mMinuteHand.setRotation(minuteAngle); in onTimeChanged()
|
/aosp12/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/launch/ |
H A D | OpenAppWarmTest.kt | 26 import com.android.server.wm.flicker.helpers.setRotation 72 this.setRotation(testSpec.config.startRotation)
|
H A D | OpenAppColdTest.kt | 27 import com.android.server.wm.flicker.helpers.setRotation 69 this.setRotation(testSpec.config.startRotation)
|
H A D | OpenAppFromOverviewTest.kt | 27 import com.android.server.wm.flicker.helpers.setRotation 77 this.setRotation(testSpec.config.startRotation)
|
/aosp12/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/ime/ |
H A D | LaunchAppShowImeOnStartTest.kt | 31 import com.android.server.wm.flicker.helpers.setRotation 81 this.setRotation(testSpec.config.startRotation)
|
/aosp12/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
H A D | UiAutomatorBridge.java | 73 public boolean setRotation(int rotation) { in setRotation() method in UiAutomatorBridge 74 return mUiAutomation.setRotation(rotation); in setRotation()
|
H A D | InteractionController.java | 570 mUiAutomatorBridge.setRotation(UiAutomation.ROTATION_FREEZE_270); 582 mUiAutomatorBridge.setRotation(UiAutomation.ROTATION_FREEZE_90); 594 mUiAutomatorBridge.setRotation(UiAutomation.ROTATION_FREEZE_0); 603 mUiAutomatorBridge.setRotation(UiAutomation.ROTATION_FREEZE_CURRENT); 612 mUiAutomatorBridge.setRotation(UiAutomation.ROTATION_UNFREEZE);
|
/aosp12/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/close/ |
H A D | CloseAppTransition.kt | 28 import com.android.server.wm.flicker.helpers.setRotation 54 this.setRotation(testSpec.config.startRotation)
|