Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowInsetsAnimationTestBase.java120 protected void assertAnimationSteps(ArrayList<AnimationStep> steps, boolean showAnimation) { in assertAnimationSteps() argument
121 assertAnimationSteps(steps, showAnimation, systemBars()); in assertAnimationSteps()
123 protected void assertAnimationSteps(ArrayList<AnimationStep> steps, boolean showAnimation, in assertAnimationSteps() argument
130 if (showAnimation) { in assertAnimationSteps()
141 assertListElements(steps, step -> step.insets, compareInsets(types, showAnimation)); in assertAnimationSteps()
145 boolean showAnimation) { in compareInsets() argument
146 if (showAnimation) { in compareInsets()