Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPositionController.java1399 progress = applyInterpolationCurve(mAnimationKind, progress); in advanceAnimation()
1411 private static float applyInterpolationCurve(int kind, float progress) { in applyInterpolationCurve() method in PositionController.Animatable