Home
last modified time | relevance | path

Searched refs:LINEAR_OUT_SLOW_IN (Results 1 – 25 of 37) sorted by relevance

12

/aosp12/packages/apps/Camera2/src/com/android/camera/ui/motion/
H A DInterpolatorHelper.java29 private static Interpolator LINEAR_OUT_SLOW_IN = null; field in InterpolatorHelper
33 if (LINEAR_OUT_SLOW_IN != null) { in getLinearOutSlowInInterpolator()
34 return LINEAR_OUT_SLOW_IN; in getLinearOutSlowInInterpolator()
38 LINEAR_OUT_SLOW_IN = AnimationUtils.loadInterpolator( in getLinearOutSlowInInterpolator()
41 LINEAR_OUT_SLOW_IN = new DecelerateInterpolator(); in getLinearOutSlowInInterpolator()
43 return LINEAR_OUT_SLOW_IN; in getLinearOutSlowInInterpolator()
H A DUnitCurves.java24 public static final UnitCurve LINEAR_OUT_SLOW_IN = new UnitBezier(0.0f, 0.0f, 0.2f, 1.0f); field in UnitCurves
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DImageTransformState.java71 transformationAmount = Interpolators.LINEAR_OUT_SLOW_IN.getInterpolation( in appear()
90 transformationAmount = Interpolators.LINEAR_OUT_SLOW_IN.getInterpolation( in disappear()
H A DNotificationDozeHelper.java74 animator.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in startIntensityAnimation()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DLightSourceDrawable.kt96 interpolator = Interpolators.LINEAR_OUT_SLOW_IN
208 interpolator = Interpolators.LINEAR_OUT_SLOW_IN
215 interpolator = Interpolators.LINEAR_OUT_SLOW_IN
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A DFlingAnimationUtils.java184 velocityInterpolator, slowInInterpolator, Interpolators.LINEAR_OUT_SLOW_IN); in getProperties()
199 return Interpolators.LINEAR_OUT_SLOW_IN; in getInterpolator()
281 velocityInterpolator, mLinearOutFasterIn, Interpolators.LINEAR_OUT_SLOW_IN); in getDismissingProperties()
H A DInterpolators.java53 public static final Interpolator LINEAR_OUT_SLOW_IN = new PathInterpolator(0f, 0f, 0.2f, 1f); field in Interpolators
/aosp12/frameworks/base/core/java/com/android/internal/transition/
H A DTransitionConstants.java22 static final TimeInterpolator LINEAR_OUT_SLOW_IN = new PathInterpolator(0, 0, 0.2f, 1); field in TransitionConstants
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/utils/
H A DInterpolators.java28 public static final Interpolator LINEAR_OUT_SLOW_IN = new PathInterpolator(0f, 0f, 0.2f, 1f); field in Interpolators
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/
H A DSwipeButtonView.java295 : Interpolators.LINEAR_OUT_SLOW_IN; in setCircleRadius()
389 : Interpolators.LINEAR_OUT_SLOW_IN; in setImageScale()
459 alpha == 0.0f ? Interpolators.FAST_OUT_LINEAR_IN : Interpolators.LINEAR_OUT_SLOW_IN; in setImageAlpha()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthRippleView.kt190 interpolator = Interpolators.LINEAR_OUT_SLOW_IN
231 interpolator = Interpolators.LINEAR_OUT_SLOW_IN
H A DAuthRippleController.kt161 interpolator = Interpolators.LINEAR_OUT_SLOW_IN
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardAffordanceView.java377 : Interpolators.LINEAR_OUT_SLOW_IN; in setCircleRadius()
463 : Interpolators.LINEAR_OUT_SLOW_IN; in setImageScale()
516 : Interpolators.LINEAR_OUT_SLOW_IN; in setImageAlpha()
H A DStatusBarIconView.java796 interpolator = Interpolators.LINEAR_OUT_SLOW_IN; in setVisibleState()
820 interpolator = Interpolators.LINEAR_OUT_SLOW_IN; in setVisibleState()
/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DInterpolators.java123 public static final Interpolator LINEAR_OUT_SLOW_IN = LEGACY_DECELERATE; field in Interpolators
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DTapAgainView.java66 fadeIn.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in animateIn()
H A DKeyguardStatusBarViewController.java362 anim.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in animateKeyguardStatusBarIn()
372 anim.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in animateKeyguardStatusBarOut()
H A DKeyguardIndicationTextView.java227 fadeIn.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in getInAnimator()
H A DLightBarTransitionsController.java191 mTintAnimator.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in animateIconTint()
H A DLockIcon.java123 .setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN) in updateIconVisibility()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingLayout.java67 public static final Interpolator LINEAR_OUT_SLOW_IN = new PathInterpolator(0f, 0f, 0.2f, 1f); field in MessagingLayout
562 group.getHeight(), LINEAR_OUT_SLOW_IN); in onLayout()
H A DConversationLayout.java81 public static final Interpolator LINEAR_OUT_SLOW_IN = new PathInterpolator(0f, 0f, 0.2f, 1f); field in ConversationLayout
336 growAnimation.setInterpolator(LINEAR_OUT_SLOW_IN); in setIsImportantConversation()
1021 group.getHeight(), LINEAR_OUT_SLOW_IN); in onLayout()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardClockSwitch.java234 mClockInAnim.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in animateClockChange()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationGuts.java325 a.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in animateOpen()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationHeaderViewWrapper.java88 return Interpolators.LINEAR_OUT_SLOW_IN; in NotificationHeaderViewWrapper()

12