Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityWindowReportingTest.java517 setAndAssertAnimationScale(0.0f); in testDisableWindowAnimations()
518 setAndAssertAnimationScale(0.5f); in testDisableWindowAnimations()
519 setAndAssertAnimationScale(1.0f); in testDisableWindowAnimations()
523 private void setAndAssertAnimationScale(float value) { in setAndAssertAnimationScale() method in AccessibilityWindowReportingTest