Searched refs:FAST_OUT_LINEAR_IN (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DInterpolators.java31 public static final Interpolator FAST_OUT_LINEAR_IN = new PathInterpolator(0.4f, 0f, 1f, 1f); field in class:Interpolators
H A DSwipeHelper.java392 anim.setInterpolator(Interpolators.FAST_OUT_LINEAR_IN);
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistOrbView.java253 animateCircleSize(0, 200, delay, Interpolators.FAST_OUT_LINEAR_IN);
254 animateOffset(0, 200, delay, Interpolators.FAST_OUT_LINEAR_IN);
H A DAssistDisclosure.java128 mAlphaOutAnimator.setInterpolator(Interpolators.FAST_OUT_LINEAR_IN);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardAffordanceView.java348 ? Interpolators.FAST_OUT_LINEAR_IN
434 ? Interpolators.FAST_OUT_LINEAR_IN
497 ? Interpolators.FAST_OUT_LINEAR_IN
H A DFlingAnimationUtils.java221 mAnimatorProperties.interpolator = Interpolators.FAST_OUT_LINEAR_IN;
H A DNotificationGuts.java397 a.setInterpolator(Interpolators.FAST_OUT_LINEAR_IN);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java1524 lockIcon.setImageAlpha(1.0f, true, 150, Interpolators.FAST_OUT_LINEAR_IN, null);
1526 Interpolators.FAST_OUT_LINEAR_IN);
1529 150, Interpolators.FAST_OUT_LINEAR_IN, null);
1531 Interpolators.FAST_OUT_LINEAR_IN);
1716 lockIcon.setImageAlpha(0.0f, true, 100, Interpolators.FAST_OUT_LINEAR_IN, null);
1717 lockIcon.setImageScale(2.0f, true, 100, Interpolators.FAST_OUT_LINEAR_IN);
H A DKeyguardAffordanceHelper.java288 animator.setInterpolator(Interpolators.FAST_OUT_LINEAR_IN);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewHeader.java531 .setInterpolator(Interpolators.FAST_OUT_LINEAR_IN)
543 .setInterpolator(Interpolators.FAST_OUT_LINEAR_IN)

Completed in 141 milliseconds