Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsAnimationTestBase.java98 assertBeforeAfterState(callback.animationSteps, before, after); in commonAnimationAssertions()
99 assertAnimationSteps(callback.animationSteps, show /* increasing */); in commonAnimationAssertions()
191 final ArrayList<AnimationStep> animationSteps = new ArrayList<>(); field in WindowInsetsAnimationTestBase.AnimCallback
199 animationSteps.clear(); in onPrepare()
212 animationSteps.add(new AnimationStep(insets, lastAnimation.getFraction(), in onProgress()