/aosp12/packages/apps/Camera2/src/com/android/camera/ui/motion/ |
H A D | InterpolatorHelper.java | 29 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 D | UnitCurves.java | 24 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 D | ImageTransformState.java | 71 transformationAmount = Interpolators.LINEAR_OUT_SLOW_IN.getInterpolation( in appear() 90 transformationAmount = Interpolators.LINEAR_OUT_SLOW_IN.getInterpolation( in disappear()
|
H A D | NotificationDozeHelper.java | 74 animator.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in startIntensityAnimation()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
H A D | LightSourceDrawable.kt | 96 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 D | FlingAnimationUtils.java | 184 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 D | Interpolators.java | 53 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 D | TransitionConstants.java | 22 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 D | Interpolators.java | 28 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 D | SwipeButtonView.java | 295 : 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 D | AuthRippleView.kt | 190 interpolator = Interpolators.LINEAR_OUT_SLOW_IN 231 interpolator = Interpolators.LINEAR_OUT_SLOW_IN
|
H A D | AuthRippleController.kt | 161 interpolator = Interpolators.LINEAR_OUT_SLOW_IN
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | KeyguardAffordanceView.java | 377 : 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 D | StatusBarIconView.java | 796 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 D | Interpolators.java | 123 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 D | TapAgainView.java | 66 fadeIn.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in animateIn()
|
H A D | KeyguardStatusBarViewController.java | 362 anim.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in animateKeyguardStatusBarIn() 372 anim.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in animateKeyguardStatusBarOut()
|
H A D | KeyguardIndicationTextView.java | 227 fadeIn.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in getInAnimator()
|
H A D | LightBarTransitionsController.java | 191 mTintAnimator.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in animateIconTint()
|
H A D | LockIcon.java | 123 .setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN) in updateIconVisibility()
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | MessagingLayout.java | 67 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 D | ConversationLayout.java | 81 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 D | KeyguardClockSwitch.java | 234 mClockInAnim.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in animateClockChange()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationGuts.java | 325 a.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in animateOpen()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
H A D | NotificationHeaderViewWrapper.java | 88 return Interpolators.LINEAR_OUT_SLOW_IN; in NotificationHeaderViewWrapper()
|