Searched refs:Gusterpolator (Results 1 – 10 of 10) sorted by relevance
24 public class Gusterpolator implements TimeInterpolator { class26 public static final Gusterpolator INSTANCE = new Gusterpolator();32 private Gusterpolator() {} in Gusterpolator() method in Gusterpolator
47 import com.android.camera.util.Gusterpolator;654 Gusterpolator.INSTANCE, maxVisibleWidth, 0); in startHidingShimmy()1009 float result = Gusterpolator.INSTANCE.getInterpolation(input);1018 float result = Gusterpolator.INSTANCE.getInterpolation(input);1966 mFadeOutAlphaAnimator.setInterpolator(Gusterpolator.INSTANCE); in setupAnimators()1992 mRevealAlphaAnimator.setInterpolator(Gusterpolator.INSTANCE); in setupAnimators()2026 mPeepHoleAnimator.setInterpolator(Gusterpolator.INSTANCE); in setupAnimators()
26 import com.android.camera.util.Gusterpolator;89 animator.setInterpolator(Gusterpolator.INSTANCE); in animateToSmallRadius()103 animator.setInterpolator(Gusterpolator.INSTANCE); in animateToFullSize()
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()
36 import com.android.camera.util.Gusterpolator;
29 import com.android.camera.util.Gusterpolator;278 animator.setInterpolator(Gusterpolator.INSTANCE); in show()295 animator.setInterpolator(Gusterpolator.INSTANCE); in hide()
63 import com.android.camera.util.Gusterpolator;1102 float interpolatedProgress = Gusterpolator.INSTANCE.getInterpolation(progress); in onModeListOpenProgress()
36 import com.android.camera.util.Gusterpolator;279 mVisibleAnimator.setInterpolator(Gusterpolator.INSTANCE); in setupAnimators()335 mHiddenAnimator.setInterpolator(Gusterpolator.INSTANCE); in setupAnimators()
35 import com.android.camera.util.Gusterpolator;247 mAnimator.setInterpolator(Gusterpolator.INSTANCE); in init()