Home
last modified time | relevance | path

Searched refs:forceAllowRotationForTesting (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DPortraitLandscapeRunner.java36 launcher.getRotationHelper().forceAllowRotationForTesting( in apply()
49 launcher.getRotationHelper().forceAllowRotationForTesting(false); in apply()
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/rule/
DLauncherActivityRule.java90 mActivity.getRotationHelper().forceAllowRotationForTesting(true); in onActivityStarted()
/packages/apps/Launcher3/src/com/android/launcher3/states/
DRotationHelper.java155 public void forceAllowRotationForTesting(boolean allowRotation) { in forceAllowRotationForTesting() method in RotationHelper