Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistOrbContainer.java104 .setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in startEnterAnimation()
109 .setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in startEnterAnimation()
DAssistOrbView.java263 animateOffset(mStaticOffset, 400, 0 /* delay */, Interpolators.LINEAR_OUT_SLOW_IN);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DImageTransformState.java71 transformationAmount = Interpolators.LINEAR_OUT_SLOW_IN.getInterpolation( in appear()
90 transformationAmount = Interpolators.LINEAR_OUT_SLOW_IN.getInterpolation( in disappear()
DNotificationDozeHelper.java74 animator.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in startIntensityAnimation()
/frameworks/base/core/java/com/android/internal/transition/
DTransitionConstants.java22 static final TimeInterpolator LINEAR_OUT_SLOW_IN = new PathInterpolator(0, 0, 0.2f, 1); field in TransitionConstants
DEpicenterTranslateClipReveal.java71 mInterpolatorX = TransitionConstants.LINEAR_OUT_SLOW_IN; in EpicenterTranslateClipReveal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DLightSourceDrawable.kt96 interpolator = Interpolators.LINEAR_OUT_SLOW_IN in <lambda>()
203 interpolator = Interpolators.LINEAR_OUT_SLOW_IN in illuminate()
210 interpolator = Interpolators.LINEAR_OUT_SLOW_IN in illuminate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DFlingAnimationUtils.java187 velocityInterpolator, slowInInterpolator, Interpolators.LINEAR_OUT_SLOW_IN); in getProperties()
202 return Interpolators.LINEAR_OUT_SLOW_IN; in getInterpolator()
284 velocityInterpolator, mLinearOutFasterIn, Interpolators.LINEAR_OUT_SLOW_IN); in getDismissingProperties()
DKeyguardAffordanceView.java376 : Interpolators.LINEAR_OUT_SLOW_IN; in setCircleRadius()
462 : Interpolators.LINEAR_OUT_SLOW_IN; in setImageScale()
515 : Interpolators.LINEAR_OUT_SLOW_IN; in setImageAlpha()
DStatusBarIconView.java762 interpolator = Interpolators.LINEAR_OUT_SLOW_IN; in setVisibleState()
786 interpolator = Interpolators.LINEAR_OUT_SLOW_IN; in setVisibleState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DInterpolators.java42 public static final Interpolator LINEAR_OUT_SLOW_IN = new PathInterpolator(0f, 0f, 0.2f, 1f); field in Interpolators
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DPriorityOnboardingDialogController.kt44 import com.android.systemui.Interpolators.LINEAR_OUT_SLOW_IN in <lambda>()
198 growAnimation.interpolator = LINEAR_OUT_SLOW_IN in <lambda>()
DActivatableNotificationView.java298 interpolator = Interpolators.LINEAR_OUT_SLOW_IN; in startActivateAnimation()
299 alphaInterpolator = Interpolators.LINEAR_OUT_SLOW_IN; in startActivateAnimation()
698 mCurrentAlphaInterpolator = Interpolators.LINEAR_OUT_SLOW_IN; in startAppearAnimation()
DNotificationGuts.java335 a.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in animateOpen()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLightBarTransitionsController.java190 mTintAnimator.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in animateIconTint()
DLockIcon.java124 .setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN) in updateIconVisibility()
DCollapsedStatusBarFragment.java351 .setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN) in animateShow()
DKeyguardAffordanceHelper.java265 animator.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in startHintAnimationPhase1()
/frameworks/base/core/java/com/android/internal/widget/
DMessagingLayout.java79 public static final Interpolator LINEAR_OUT_SLOW_IN = new PathInterpolator(0f, 0f, 0.2f, 1f); field in MessagingLayout
589 group.getHeight(), LINEAR_OUT_SLOW_IN); in onLayout()
DConversationLayout.java99 public static final Interpolator LINEAR_OUT_SLOW_IN = new PathInterpolator(0f, 0f, 0.2f, 1f); field in ConversationLayout
388 growAnimation.setInterpolator(LINEAR_OUT_SLOW_IN); in setIsImportantConversation()
1161 group.getHeight(), LINEAR_OUT_SLOW_IN); in onLayout()
DMessagingGroup.java581 MessagingLayout.LINEAR_OUT_SLOW_IN); in onLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationHeaderViewWrapper.java97 return Interpolators.LINEAR_OUT_SLOW_IN; in NotificationHeaderViewWrapper()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthCredentialView.java246 .setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN) in onAttachedToWindow()
DAuthContainerView.java268 mLinearOutSlowIn = Interpolators.LINEAR_OUT_SLOW_IN; in AuthContainerView()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitch.java181 .setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in KeyguardClockSwitch()

12