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.java77 mTest.mLauncher.setExpectedRotation(Surface.ROTATION_0); in apply()
86 mTest.mLauncher.setExpectedRotation(Surface.ROTATION_0); in apply()
94 mTest.mLauncher.setExpectedRotation(Surface.ROTATION_90); in apply()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java832 public void setExpectedRotation(Integer expectedRotation) { in setExpectedRotation() method