Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4Test.java500 options.isWindowAnimationDisabled(), in runDeviceTests()
644 boolean isWindowAnimationDisabled, in runDeviceTests() argument
662 isWindowAnimationDisabled, in runDeviceTests()
702 boolean isWindowAnimationDisabled, in runDeviceTests() argument
721 isWindowAnimationDisabled, in runDeviceTests()
787 boolean isWindowAnimationDisabled, in doRunTests() argument
796 int apiLevel = isHiddenApiCheckDisabled || isWindowAnimationDisabled in doRunTests()
811 if (isWindowAnimationDisabled && apiLevel >= 14) { in doRunTests()
DDeviceTestRunOptions.java218 public boolean isWindowAnimationDisabled() { in isWindowAnimationDisabled() method in DeviceTestRunOptions