Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowInsetsAnimationTestBase.java127 assertEquals(0f, steps.get(0).interpolatedFraction, 0f); in assertAnimationSteps()
129 assertEquals(1f, steps.get(steps.size() - 1).interpolatedFraction, 0f); in assertAnimationSteps()
138 assertListElements(steps, step -> step.interpolatedFraction, in assertAnimationSteps()
183 AnimationStep(WindowInsets insets, float fraction, float interpolatedFraction, in AnimationStep() argument
187 this.interpolatedFraction = interpolatedFraction; in AnimationStep()
193 public float interpolatedFraction; field in WindowInsetsAnimationTestBase.AnimCallback.AnimationStep