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()
308 private boolean mWindowAnimation = true; field in InstrumentationTest480 mWindowAnimation = windowAnimation; in setWindowAnimation()652 int apiLevel = !mHiddenApiChecks || !mWindowAnimation ? getDevice().getApiLevel() : 0; in getRunOptions()669 if (!mWindowAnimation && apiLevel >= 14) { in getRunOptions()
186 private boolean mWindowAnimation = true; field in InstalledInstrumentationsTest