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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DInterpolators.java34 public static final Interpolator FAST_OUT_LINEAR_IN = new PathInterpolator(0.4f, 0f, 1f, 1f); field in class:Interpolators
H A DSwipeHelper.java413 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);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardClockPositionAlgorithm.java205 float shadeExpansion = Interpolators.FAST_OUT_LINEAR_IN.getInterpolation(mPanelExpansion);
H A DNotificationPanelView.java1302 .setInterpolator(Interpolators.FAST_OUT_LINEAR_IN)
1692 lockIcon.setImageAlpha(1.0f, true, 150, Interpolators.FAST_OUT_LINEAR_IN, null);
1694 Interpolators.FAST_OUT_LINEAR_IN);
1697 150, Interpolators.FAST_OUT_LINEAR_IN, null);
1699 Interpolators.FAST_OUT_LINEAR_IN);
1906 lockIcon.setImageAlpha(0.0f, true, 100, Interpolators.FAST_OUT_LINEAR_IN, null);
1907 lockIcon.setImageScale(2.0f, true, 100, Interpolators.FAST_OUT_LINEAR_IN);
H A DKeyguardAffordanceHelper.java288 animator.setInterpolator(Interpolators.FAST_OUT_LINEAR_IN);
/frameworks/support/graphics/drawable/animated/src/main/java/androidx/vectordrawable/graphics/drawable/
H A DAnimationUtilsCompat.java74 if (id == AndroidResources.FAST_OUT_LINEAR_IN) {
/frameworks/support/graphics/drawable/static/src/main/java/androidx/vectordrawable/graphics/drawable/
H A DAndroidResources.java146 public static final int FAST_OUT_LINEAR_IN = 0x010c000f; field in class:AndroidResources
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardAffordanceView.java365 ? Interpolators.FAST_OUT_LINEAR_IN
451 ? Interpolators.FAST_OUT_LINEAR_IN
514 ? Interpolators.FAST_OUT_LINEAR_IN
H A DFlingAnimationUtils.java275 mAnimatorProperties.interpolator = Interpolators.FAST_OUT_LINEAR_IN;
H A DNotificationGuts.java306 a.setInterpolator(Interpolators.FAST_OUT_LINEAR_IN);
H A DStatusBarIconView.java709 Interpolator interpolator = Interpolators.FAST_OUT_LINEAR_IN;
733 interpolator = Interpolators.FAST_OUT_LINEAR_IN;
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
H A DPipMotionHelper.java21 import static com.android.systemui.Interpolators.FAST_OUT_LINEAR_IN;
375 FAST_OUT_LINEAR_IN);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewHeader.java507 .setInterpolator(Interpolators.FAST_OUT_LINEAR_IN)
519 .setInterpolator(Interpolators.FAST_OUT_LINEAR_IN)
/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingGroup.java250 MessagingLayout.FAST_OUT_LINEAR_IN);
H A DMessagingLayout.java68 public static final Interpolator FAST_OUT_LINEAR_IN = new PathInterpolator(0.4f, 0f, 1f, 1f); field in class:MessagingLayout
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java220 reveal.setInterpolator(Interpolators.FAST_OUT_LINEAR_IN);

Completed in 355 milliseconds