Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DUiAutomatorTest.java168 private boolean mWindowAnimation = true; field in UiAutomatorTest
258 int apiLevel = !mHiddenApiChecks || !mWindowAnimation ? getDevice().getApiLevel() : 0; in createTestRunner()
275 if (!mWindowAnimation && apiLevel >= 14) { in createTestRunner()
DInstrumentationTest.java306 private boolean mWindowAnimation = true; field in InstrumentationTest
690 int apiLevel = !mHiddenApiChecks || !mWindowAnimation ? getDevice().getApiLevel() : 0; in createRemoteAndroidTestRunner()
707 if (!mWindowAnimation && apiLevel >= 14) { in createRemoteAndroidTestRunner()
DInstalledInstrumentationsTest.java203 private boolean mWindowAnimation = true; field in InstalledInstrumentationsTest