Searched refs:Gusterpolator (Results 1 – 12 of 12) sorted by relevance
26 public class Gusterpolator implements TimeInterpolator { class28 public static final Gusterpolator INSTANCE = new Gusterpolator();34 private Gusterpolator() {} in Gusterpolator() method in Gusterpolator
28 class Gusterpolator implements TimeInterpolator { class31 public static final Gusterpolator INSTANCE = new Gusterpolator();37 private Gusterpolator() {} in Gusterpolator() method in Gusterpolator
71 private static final TimeInterpolator mInterpolator = Gusterpolator.INSTANCE;
26 import com.android.camera.util.Gusterpolator;92 animator.setInterpolator(Gusterpolator.INSTANCE); in animateToSmallRadius()106 animator.setInterpolator(Gusterpolator.INSTANCE); in animateToFullSize()
48 import com.android.camera.util.Gusterpolator;655 Gusterpolator.INSTANCE, maxVisibleWidth, 0); in startHidingShimmy()1016 float result = Gusterpolator.INSTANCE.getInterpolation(input);1025 float result = Gusterpolator.INSTANCE.getInterpolation(input);1971 mFadeOutAlphaAnimator.setInterpolator(Gusterpolator.INSTANCE); in setupAnimators()1997 mRevealAlphaAnimator.setInterpolator(Gusterpolator.INSTANCE); in setupAnimators()2031 mPeepHoleAnimator.setInterpolator(Gusterpolator.INSTANCE); in setupAnimators()
40 import com.android.camera.util.Gusterpolator;241 mPeepHoleAnimator.setInterpolator(Gusterpolator.INSTANCE); in startPeepHoleAnimation()375 scrollAnimator.setInterpolator(Gusterpolator.INSTANCE); in snapShadeTo()
30 import com.android.camera.util.Gusterpolator;192 colorAnimator.setInterpolator(Gusterpolator.INSTANCE); in animate()
29 import com.android.camera.util.Gusterpolator;278 animator.setInterpolator(Gusterpolator.INSTANCE); in show()295 animator.setInterpolator(Gusterpolator.INSTANCE); in hide()
64 import com.android.camera.util.Gusterpolator;1152 float interpolatedProgress = Gusterpolator.INSTANCE.getInterpolation(progress); in onModeListOpenProgress()
38 import com.android.camera.util.Gusterpolator;316 mVisibleAnimator.setInterpolator(Gusterpolator.INSTANCE); in setupAnimators()372 mHiddenAnimator.setInterpolator(Gusterpolator.INSTANCE); in setupAnimators()
40 import com.android.camera.util.Gusterpolator;138 interpolator = Gusterpolator.INSTANCE; in init()
35 import com.android.camera.util.Gusterpolator;264 mAnimator.setInterpolator(Gusterpolator.INSTANCE); in init()