Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsAnimationTestBase.java112 protected void assertAnimationSteps(ArrayList<AnimationStep> steps, boolean showAnimation) { in assertAnimationSteps() argument
113 assertAnimationSteps(steps, showAnimation, systemBars()); in assertAnimationSteps()
115 protected void assertAnimationSteps(ArrayList<AnimationStep> steps, boolean showAnimation, in assertAnimationSteps() argument
122 if (showAnimation) { in assertAnimationSteps()
133 assertListElements(steps, step -> step.insets, compareInsets(types, showAnimation)); in assertAnimationSteps()
137 boolean showAnimation) { in compareInsets() argument
138 if (showAnimation) { in compareInsets()