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