Home
last modified time | relevance | path

Searched refs:setExpectedRotation (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DPortraitLandscapeRunner.java52 mTest.mLauncher.setExpectedRotation(Surface.ROTATION_0); in apply()
58 mTest.mLauncher.setExpectedRotation(Surface.ROTATION_0); in apply()
66 mTest.mLauncher.setExpectedRotation(Surface.ROTATION_90); in apply()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java526 public void setExpectedRotation(int expectedRotation) { in setExpectedRotation() method