Home
last modified time | relevance | path

Searched refs:FAST_OUT_LINEAR_IN (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
DInterpolators.java45 public static final Interpolator FAST_OUT_LINEAR_IN = new PathInterpolator(0.4f, 0f, 1f, 1f); field in Interpolators
DFlingAnimationUtils.java319 mAnimatorProperties.mInterpolator = Interpolators.FAST_OUT_LINEAR_IN; in getDismissingProperties()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithm.java288 float shadeExpansion = Interpolators.FAST_OUT_LINEAR_IN.getInterpolation(panelExpansion); in getClockY()
350 float shadeExpansion = Interpolators.FAST_OUT_LINEAR_IN.getInterpolation(panelExpansion); in getUserSwitcherY()
DTapAgainView.java94 fadeOut.setInterpolator(Interpolators.FAST_OUT_LINEAR_IN); in animateOut()
DKeyguardIndicationTextView.java194 fadeOut.setInterpolator(Interpolators.FAST_OUT_LINEAR_IN); in getOutAnimator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardAffordanceView.java376 ? Interpolators.FAST_OUT_LINEAR_IN in setCircleRadius()
462 ? Interpolators.FAST_OUT_LINEAR_IN in setImageScale()
515 ? Interpolators.FAST_OUT_LINEAR_IN in setImageAlpha()
DStatusBarIconView.java886 Interpolator interpolator = Interpolators.FAST_OUT_LINEAR_IN; in setVisibleState()
910 interpolator = Interpolators.FAST_OUT_LINEAR_IN; in setVisibleState()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityViewTransition.kt92 val fadeOutInterpolator = Interpolators.FAST_OUT_LINEAR_IN in <lambda>()
DKeyguardVisibilityHelper.java150 .setCustomInterpolator(View.ALPHA, Interpolators.FAST_OUT_LINEAR_IN) in setViewVisibility()
DKeyguardPasswordView.java277 anim.setInterpolator(Interpolators.FAST_OUT_LINEAR_IN); in startDisappearAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/drawable/
DIlluminationDrawable.kt188 interpolator = Interpolators.FAST_OUT_LINEAR_IN in animateBackground()
/frameworks/libs/systemui/animationlib/src/com/android/app/animation/
DInterpolators.java153 public static final Interpolator FAST_OUT_LINEAR_IN = LEGACY_ACCELERATE;
DInterpolatorsAndroidX.java159 public static final Interpolator FAST_OUT_LINEAR_IN = LEGACY_ACCELERATE;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGuts.java347 a.setInterpolator(Interpolators.FAST_OUT_LINEAR_IN); in animateClose()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardInteractor.kt385 Interpolators.FAST_OUT_LINEAR_IN.getInterpolation( in <lambda>()
/frameworks/base/core/java/com/android/internal/widget/
DMessagingLayout.java65 public static final Interpolator FAST_OUT_LINEAR_IN = new PathInterpolator(0.4f, 0f, 1f, 1f); field in MessagingLayout
DMessagingGroup.java338 MessagingLayout.FAST_OUT_LINEAR_IN); in performRemoveAnimation()
DConversationLayout.java83 public static final Interpolator FAST_OUT_LINEAR_IN = new PathInterpolator(0.4f, 0f, 1f, 1f); field in ConversationLayout
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java455 anim.setInterpolator(Interpolators.FAST_OUT_LINEAR_IN); in dismissChild()