Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DDeviceTestRunOptions.java45 private boolean mDisableWindowAnimation = false; // optional field in DeviceTestRunOptions
214 this.mDisableWindowAnimation = disableWindowAnimation; in setDisableWindowAnimation()
219 return mDisableWindowAnimation; in isWindowAnimationDisabled()