Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java193 private Integer mExpectedRotation = null; field in LauncherInstrumentation
833 mExpectedRotation = expectedRotation; in setExpectedRotation()
878 if (mExpectedRotationCheckEnabled && mExpectedRotation != null) { in verifyContainerType()
880 mExpectedRotation, mDevice.getDisplayRotation()); in verifyContainerType()