Home
last modified time | relevance | path

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

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DCaptureAnimation.java38 public static float calculateSlide(float fraction) { in calculateSlide() method in CaptureAnimation
H A DPositionController.java1579 progress = CaptureAnimation.calculateSlide(progress); in interpolateLinear()