Searched refs:mWindowAnimation (Results 1 – 3 of 3) sorted by relevance
168 private boolean mWindowAnimation = true; field in UiAutomatorTest258 int apiLevel = !mHiddenApiChecks || !mWindowAnimation ? getDevice().getApiLevel() : 0; in createTestRunner()275 if (!mWindowAnimation && apiLevel >= 14) { in createTestRunner()
306 private boolean mWindowAnimation = true; field in InstrumentationTest690 int apiLevel = !mHiddenApiChecks || !mWindowAnimation ? getDevice().getApiLevel() : 0; in createRemoteAndroidTestRunner()707 if (!mWindowAnimation && apiLevel >= 14) { in createRemoteAndroidTestRunner()
203 private boolean mWindowAnimation = true; field in InstalledInstrumentationsTest