Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java194 private boolean mExpectedRotationCheckEnabled = true; field in LauncherInstrumentation
837 mExpectedRotationCheckEnabled = expectedRotationCheckEnabled; in setExpectedRotationCheckEnabled()
841 return mExpectedRotationCheckEnabled; in getExpectedRotationCheckEnabled()
878 if (mExpectedRotationCheckEnabled && mExpectedRotation != null) { in verifyContainerType()