/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ |
D | AssistOrbContainer.java | 25 import com.android.systemui.Interpolators; 104 .setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in startEnterAnimation() 109 .setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in startEnterAnimation() 127 .setInterpolator(Interpolators.FAST_OUT_SLOW_IN); in startExitAnimation() 132 .setInterpolator(Interpolators.FAST_OUT_SLOW_IN) in startExitAnimation()
|
D | AssistOrbView.java | 35 import com.android.systemui.Interpolators; 253 animateCircleSize(0, 200, delay, Interpolators.FAST_OUT_LINEAR_IN); 254 animateOffset(0, 200, delay, Interpolators.FAST_OUT_LINEAR_IN); 263 animateOffset(mStaticOffset, 400, 0 /* delay */, Interpolators.LINEAR_OUT_SLOW_IN);
|
D | AssistDisclosure.java | 35 import com.android.systemui.Interpolators; 118 mAlphaInAnimator.setInterpolator(Interpolators.CUSTOM_40_40); in AssistDisclosureView() 122 mAlphaOutAnimator.setInterpolator(Interpolators.CUSTOM_40_40); in AssistDisclosureView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | CrossFadeHelper.java | 21 import com.android.systemui.Interpolators; 41 .setInterpolator(Interpolators.ALPHA_OUT) in fadeOut() 82 float alpha = Interpolators.ALPHA_OUT.getInterpolation(1.0f - fadeOutAmount); in fadeOut() 122 .setInterpolator(Interpolators.ALPHA_IN) in fadeIn() 152 float alpha = Interpolators.ALPHA_IN.getInterpolation(fadeInAmount); in fadeIn()
|
D | FlingAnimationUtils.java | 26 import com.android.systemui.Interpolators; 187 velocityInterpolator, slowInInterpolator, Interpolators.LINEAR_OUT_SLOW_IN); in getProperties() 193 mAnimatorProperties.interpolator = Interpolators.FAST_OUT_SLOW_IN; in getProperties() 202 return Interpolators.LINEAR_OUT_SLOW_IN; in getInterpolator() 284 velocityInterpolator, mLinearOutFasterIn, Interpolators.LINEAR_OUT_SLOW_IN); in getDismissingProperties() 290 mAnimatorProperties.interpolator = Interpolators.FAST_OUT_LINEAR_IN; in getDismissingProperties()
|
D | KeyguardAffordanceView.java | 41 import com.android.systemui.Interpolators; 283 animator.setInterpolator(Interpolators.ALPHA_IN); in startRtAlphaFadeIn() 304 animator.setInterpolator(Interpolators.ALPHA_OUT); in startRtCircleFadeOut() 374 ? Interpolators.FAST_OUT_LINEAR_IN in setCircleRadius() 375 : Interpolators.LINEAR_OUT_SLOW_IN; in setCircleRadius() 460 ? Interpolators.FAST_OUT_LINEAR_IN in setImageScale() 461 : Interpolators.LINEAR_OUT_SLOW_IN; in setImageScale() 513 ? Interpolators.FAST_OUT_LINEAR_IN in setImageAlpha() 514 : Interpolators.LINEAR_OUT_SLOW_IN; in setImageAlpha()
|
D | StatusBarStateControllerImpl.java | 27 import com.android.systemui.Interpolators; 102 private Interpolator mDozeInterpolator = Interpolators.FAST_OUT_SLOW_IN; 199 ? Interpolators.FAST_OUT_SLOW_IN in startDozeAnimation() 200 : Interpolators.TOUCH_RESPONSE_REVERSE; in startDozeAnimation() 203 mDarkAnimator.setInterpolator(Interpolators.LINEAR); in startDozeAnimation()
|
D | DragDownHelper.java | 30 import com.android.systemui.Interpolators; 196 anim.setInterpolator(Interpolators.FAST_OUT_SLOW_IN); in cancelExpansion() 209 anim.setInterpolator(Interpolators.FAST_OUT_SLOW_IN); in cancelExpansion()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationWakeUpCoordinator.kt | 22 import com.android.systemui.Interpolators 53 private var mVisibilityInterpolator = Interpolators.FAST_OUT_SLOW_IN_REVERSE 159 Interpolators.TOUCH_RESPONSE in startVisibilityAnimation() 161 Interpolators.FAST_OUT_SLOW_IN_REVERSE in startVisibilityAnimation() 165 darkAnimator.setInterpolator(Interpolators.LINEAR) in startVisibilityAnimation()
|
D | ImageTransformState.java | 24 import com.android.systemui.Interpolators; 71 transformationAmount = Interpolators.LINEAR_OUT_SLOW_IN.getInterpolation( in appear() 90 transformationAmount = Interpolators.LINEAR_OUT_SLOW_IN.getInterpolation( in disappear()
|
D | ActivityLaunchAnimator.java | 36 import com.android.systemui.Interpolators; 190 anim.setInterpolator(Interpolators.LINEAR); in onAnimationStart() 195 float progress = Interpolators.FAST_OUT_SLOW_IN.getInterpolation( in onAnimationStart() 322 Interpolators.FAST_OUT_SLOW_IN.getInterpolation(linearProgress)); in getTopChange()
|
D | NotificationDozeHelper.java | 27 import com.android.systemui.Interpolators; 74 animator.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in startIntensityAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | StackScrollerDecorView.java | 26 import com.android.systemui.Interpolators; 184 Interpolator interpolator = nowVisible ? Interpolators.ALPHA_IN : Interpolators.ALPHA_OUT; in setViewVisible()
|
D | NotificationGuts.java | 37 import com.android.systemui.Interpolators; 279 a.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in animateOpen() 288 .setInterpolator(Interpolators.ALPHA_IN) in animateOpen() 314 a.setInterpolator(Interpolators.FAST_OUT_LINEAR_IN); in animateClose() 322 .setInterpolator(Interpolators.ALPHA_OUT) in animateClose()
|
D | ActivatableNotificationView.java | 36 import com.android.systemui.Interpolators; 368 interpolator = Interpolators.LINEAR_OUT_SLOW_IN; in startActivateAnimation() 369 alphaInterpolator = Interpolators.LINEAR_OUT_SLOW_IN; in startActivateAnimation() 589 mBackgroundColorAnimator.setInterpolator(Interpolators.LINEAR); in updateBackgroundTint() 646 mBackgroundAnimator.setInterpolator(Interpolators.FAST_OUT_SLOW_IN); in fadeDimmedBackground() 789 mCurrentAlphaInterpolator = Interpolators.LINEAR_OUT_SLOW_IN; in startAppearAnimation() 792 mCurrentAppearInterpolator = Interpolators.FAST_OUT_SLOW_IN; in startAppearAnimation() 798 mAppearAnimator.setInterpolator(Interpolators.LINEAR); in startAppearAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/ |
D | WirelessChargingLayout.java | 31 import com.android.systemui.Interpolators; 102 textOpacityAnimator.setInterpolator(Interpolators.LINEAR); in init() 111 textFadeAnimator.setInterpolator(Interpolators.LINEAR); in init()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardClockPositionAlgorithm.java | 26 import com.android.systemui.Interpolators; 208 float shadeExpansion = Interpolators.FAST_OUT_LINEAR_IN.getInterpolation(mPanelExpansion); in getClockY() 225 alphaKeyguard = Interpolators.ACCELERATE.getInterpolation(alphaKeyguard); in getClockAlpha()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/ |
D | DividerHandleView.java | 31 import com.android.systemui.Interpolators; 124 ? Interpolators.TOUCH_RESPONSE in animateToTarget() 125 : Interpolators.FAST_OUT_SLOW_IN); in animateToTarget()
|
D | DividerView.java | 65 import com.android.systemui.Interpolators; 241 stopDragging(currentPosition, nextTarget, 250, Interpolators.FAST_OUT_SLOW_IN); 720 .setInterpolator(Interpolators.TOUCH_RESPONSE) in liftBackground() 728 .setInterpolator(Interpolators.TOUCH_RESPONSE) in liftBackground() 740 .setInterpolator(Interpolators.FAST_OUT_SLOW_IN) in releaseBackground() 747 .setInterpolator(Interpolators.FAST_OUT_SLOW_IN) in releaseBackground() 810 .setInterpolator(Interpolators.ALPHA_IN) in setMinimizedDockStack() 814 .setInterpolator(Interpolators.FAST_OUT_SLOW_IN) in setMinimizedDockStack() 842 animDuration, Interpolators.FAST_OUT_SLOW_IN, 0); in setMinimizedDockStack() 849 .setInterpolator(Interpolators.FAST_OUT_SLOW_IN) in setMinimizedDockStack() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/glwallpaper/ |
D | ImageRevealHelper.java | 23 import com.android.systemui.Interpolators; 42 mAnimator.setInterpolator(Interpolators.FAST_OUT_SLOW_IN); in ImageRevealHelper()
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/ |
D | SystemBarScrimViews.java | 22 import com.android.systemui.Interpolators; 122 .setInterpolator(AnimationProps.BOUNDS, Interpolators.DECELERATE_QUINT) in onBusEvent() 192 .setInterpolator(AnimationProps.BOUNDS, Interpolators.FAST_OUT_SLOW_IN); in createBoundsAnimation()
|
D | TaskView.java | 40 import com.android.systemui.Interpolators; 403 Interpolators.FAST_OUT_SLOW_IN))); in dismissTask() 488 .setInterpolator(Interpolators.ALPHA_IN) in showActionButton() 515 .setInterpolator(Interpolators.ALPHA_OUT) in hideActionButton() 555 AnimationProps animation = new AnimationProps(duration, Interpolators.ALPHA_OUT); in onStartLaunchTargetEnterAnimation() 570 .setInterpolator(Interpolators.ALPHA_IN) in onStartLaunchTargetEnterAnimation() 581 AnimationProps animation = new AnimationProps(duration, Interpolators.ALPHA_OUT); in onStartLaunchTargetLaunchAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/ |
D | PipDismissViewController.java | 33 import com.android.systemui.Interpolators; 154 .setInterpolator(Interpolators.LINEAR) in showDismissTarget() 167 .setInterpolator(Interpolators.LINEAR) in destroyDismissTarget()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyguardUserSwitcher.java | 34 import com.android.systemui.Interpolators; 75 Interpolators.FAST_OUT_SLOW_IN); in KeyguardUserSwitcher() 176 mBgAnimator.setInterpolator(Interpolators.ALPHA_IN); in startAppearAnimation() 192 .setInterpolator(Interpolators.ALPHA_OUT) in startDisappearAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardSliceView.java | 63 import com.android.systemui.Interpolators; 137 Interpolators.FAST_OUT_SLOW_IN); in KeyguardSliceView() 138 mLayoutTransition.setInterpolator(LayoutTransition.DISAPPEARING, Interpolators.ALPHA_OUT); in KeyguardSliceView() 461 Interpolators.ACCELERATE_DECELERATE); in onFinishInflate() 463 Interpolators.ACCELERATE_DECELERATE); in onFinishInflate() 471 mLayoutTransition.setInterpolator(LayoutTransition.APPEARING, Interpolators.ALPHA_IN); in onFinishInflate() 475 Interpolators.ALPHA_OUT); in onFinishInflate()
|