/frameworks/base/core/java/com/android/internal/transition/ |
D | TransitionConstants.java | 22 static final TimeInterpolator LINEAR_OUT_SLOW_IN = new PathInterpolator(0, 0, 0.2f, 1); field in TransitionConstants
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | ImageTransformState.java | 73 transformationAmount = Interpolators.LINEAR_OUT_SLOW_IN.getInterpolation( in appear() 92 transformationAmount = Interpolators.LINEAR_OUT_SLOW_IN.getInterpolation( in disappear()
|
D | NotificationDozeHelper.java | 56 animator.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in startIntensityAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/drawable/ |
D | LightSourceDrawable.kt | 93 interpolator = Interpolators.LINEAR_OUT_SLOW_IN in <lambda>() 212 interpolator = Interpolators.LINEAR_OUT_SLOW_IN in illuminate() 220 interpolator = Interpolators.LINEAR_OUT_SLOW_IN in illuminate()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/ |
D | Interpolators.java | 55 public static final Interpolator LINEAR_OUT_SLOW_IN = new PathInterpolator(0f, 0f, 0.2f, 1f); field in Interpolators
|
D | FlingAnimationUtils.java | 216 velocityInterpolator, slowInInterpolator, Interpolators.LINEAR_OUT_SLOW_IN); in getProperties() 231 return Interpolators.LINEAR_OUT_SLOW_IN; in getInterpolator() 313 velocityInterpolator, mLinearOutFasterIn, Interpolators.LINEAR_OUT_SLOW_IN); in getDismissingProperties()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | TapAgainView.java | 69 fadeIn.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in animateIn()
|
D | KeyguardIndicationTextView.java | 263 fadeIn.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in getInAnimator()
|
D | LockIcon.java | 123 .setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN) in updateIconVisibility()
|
D | LightBarTransitionsController.java | 257 mTintAnimator.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in animateIconTint()
|
D | KeyguardStatusBarViewController.java | 508 anim.setInterpolator(InterpolatorsAndroidX.LINEAR_OUT_SLOW_IN); in animateKeyguardStatusBarIn() 523 anim.setInterpolator(InterpolatorsAndroidX.LINEAR_OUT_SLOW_IN); in animateKeyguardStatusBarOut()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/ |
D | DreamOverlayContainerViewController.java | 355 return Interpolators.LINEAR_OUT_SLOW_IN.getInterpolation( in getAlpha() 361 final float fraction = Interpolators.LINEAR_OUT_SLOW_IN.getInterpolation( in getTranslationY()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
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()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardSecurityViewTransition.kt | 93 val fadeInInterpolator = Interpolators.LINEAR_OUT_SLOW_IN in <lambda>()
|
D | PinShapeNonHintingView.java | 204 animator.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in createAnimator()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/ |
D | CredentialViewBinder.kt | 166 .setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN) in animateCredentialViewIn()
|
/frameworks/libs/systemui/animationlib/src/com/android/app/animation/ |
D | Interpolators.java | 154 public static final Interpolator LINEAR_OUT_SLOW_IN = LEGACY_DECELERATE;
|
D | InterpolatorsAndroidX.java | 160 public static final Interpolator LINEAR_OUT_SLOW_IN = LEGACY_DECELERATE;
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | MessagingLayout.java | 64 public static final Interpolator LINEAR_OUT_SLOW_IN = new PathInterpolator(0f, 0f, 0.2f, 1f); field in MessagingLayout 624 group.getHeight(), LINEAR_OUT_SLOW_IN); in onLayout()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | AuthRippleView.kt | 225 interpolator = Interpolators.LINEAR_OUT_SLOW_IN in <lambda>()
|
D | AuthRippleController.kt | 252 interpolator = Interpolators.LINEAR_OUT_SLOW_IN in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationGuts.java | 322 a.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in animateOpen()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationHeaderViewWrapper.java | 99 return Interpolators.LINEAR_OUT_SLOW_IN; in NotificationHeaderViewWrapper()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/transitions/ |
D | ClockSizeTransition.kt | 299 val CLOCK_IN_INTERPOLATOR = Interpolators.LINEAR_OUT_SLOW_IN in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/ |
D | CollapsedStatusBarFragment.java | 717 InterpolatorsAndroidX.LINEAR_OUT_SLOW_IN, in showEndSideContent() 832 .setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN) in animateShow()
|