Searched refs:animationSteps (Results 1 – 1 of 1) sorted by relevance
98 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.AnimCallback199 animationSteps.clear(); in onPrepare()212 animationSteps.add(new AnimationStep(insets, lastAnimation.getFraction(), in onProgress()