Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsAnimationTestBase.java119 assertEquals(0f, steps.get(0).interpolatedFraction, 0f); in assertAnimationSteps()
121 assertEquals(1f, steps.get(steps.size() - 1).interpolatedFraction, 0f); in assertAnimationSteps()
130 assertListElements(steps, step -> step.interpolatedFraction, in assertAnimationSteps()
175 AnimationStep(WindowInsets insets, float fraction, float interpolatedFraction, in AnimationStep() argument
179 this.interpolatedFraction = interpolatedFraction; in AnimationStep()
185 float interpolatedFraction; field in WindowInsetsAnimationTestBase.AnimCallback.AnimationStep