/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/animation/ |
D | FakeTransitionAnimator.kt | 17 import com.android.app.animation.Interpolators 43 TransitionAnimator.Interpolators( 44 positionInterpolator = Interpolators.STANDARD, 45 positionXInterpolator = Interpolators.STANDARD, 46 contentBeforeFadeOutInterpolator = Interpolators.STANDARD, 47 contentAfterFadeInInterpolator = Interpolators.STANDARD
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/ |
D | NavigationHandle.java | 33 import com.android.app.animation.Interpolators; 161 interpolator = Interpolators.LEGACY_DECELERATE; in animateLongPress() 173 ? Interpolators.clampToProgress(Interpolators.LEGACY, t, 0, expandFraction) in animateLongPress() 174 : 1 - Interpolators.clampToProgress( in animateLongPress() 175 Interpolators.LINEAR, t, expandFraction, 1); in animateLongPress() 177 interpolator = Interpolators.LEGACY_DECELERATE; in animateLongPress()
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/back/ |
D | BackAnimationSpec.kt | 22 import com.android.app.animation.Interpolators in <lambda>() 44 translateXEasing: Interpolator = Interpolators.BACK_GESTURE, in createFloatingSurfaceAnimationSpec() 45 translateYEasing: Interpolator = Interpolators.LINEAR, in createFloatingSurfaceAnimationSpec() 46 scaleEasing: Interpolator = Interpolators.BACK_GESTURE, in createFloatingSurfaceAnimationSpec()
|
D | BottomsheetBackAnimationSpec.kt | 21 import com.android.app.animation.Interpolators in <lambda>() 29 scaleEasing: Interpolator = Interpolators.BACK_GESTURE, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | CrossFadeHelper.java | 25 import com.android.app.animation.Interpolators; 64 .setInterpolator(Interpolators.ALPHA_OUT) in fadeOut() 85 .setInterpolator(Interpolators.ALPHA_OUT) in fadeOut() 125 float alpha = Interpolators.ALPHA_OUT.getInterpolation(1.0f - fadeOutAmount); in fadeOut() 183 .setInterpolator(Interpolators.ALPHA_IN) in fadeIn() 201 .setInterpolator(Interpolators.ALPHA_IN); in fadeIn() 233 float alpha = Interpolators.ALPHA_IN.getInterpolation(fadeInAmount); in fadeIn()
|
D | KeyguardAffordanceView.java | 41 import com.android.app.animation.Interpolators; 285 animator.setInterpolator(Interpolators.ALPHA_IN); in startRtAlphaFadeIn() 306 animator.setInterpolator(Interpolators.ALPHA_OUT); in startRtCircleFadeOut() 376 ? Interpolators.FAST_OUT_LINEAR_IN in setCircleRadius() 377 : Interpolators.LINEAR_OUT_SLOW_IN; in setCircleRadius() 462 ? Interpolators.FAST_OUT_LINEAR_IN in setImageScale() 463 : Interpolators.LINEAR_OUT_SLOW_IN; in setImageScale() 515 ? Interpolators.FAST_OUT_LINEAR_IN in setImageAlpha() 516 : Interpolators.LINEAR_OUT_SLOW_IN; in setImageAlpha()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/temporarydisplay/chipbar/ |
D | ChipbarAnimator.kt | 21 import com.android.app.animation.Interpolators 46 Interpolators.EMPHASIZED_DECELERATE, in animateViewIn() 66 Interpolators.EMPHASIZED_ACCELERATE, in animateViewOut()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | NumPadAnimator.java | 40 import com.android.app.animation.Interpolators; 148 mExpandAnimator.setInterpolator(Interpolators.LINEAR); in createAnimators() 155 expandBackgroundColorAnimator.setInterpolator(Interpolators.LINEAR); in createAnimators() 162 expandTextColorAnimator.setInterpolator(Interpolators.LINEAR); in createAnimators() 180 mContractAnimator.setInterpolator(Interpolators.FAST_OUT_SLOW_IN); in createAnimators() 185 contractBackgroundColorAnimator.setInterpolator(Interpolators.LINEAR); in createAnimators() 194 contractTextColorAnimator.setInterpolator(Interpolators.LINEAR); in createAnimators()
|
D | KeyguardSecurityViewTransition.kt | 29 import com.android.app.animation.Interpolators in <lambda>() 92 val fadeOutInterpolator = Interpolators.FAST_OUT_LINEAR_IN in <lambda>() 93 val fadeInInterpolator = Interpolators.LINEAR_OUT_SLOW_IN in <lambda>() 96 runningSecurityShiftAnimator.interpolator = Interpolators.LINEAR in <lambda>()
|
D | BouncerKeyguardMessageArea.kt | 27 import com.android.app.animation.Interpolators in <lambda>() 103 interpolator = Interpolators.STANDARD_ACCELERATE in <lambda>() 116 interpolator = Interpolators.STANDARD_DECELERATE in <lambda>()
|
D | KeyguardVisibilityHelper.java | 25 import com.android.app.animation.Interpolators; 105 .setCustomInterpolator(View.ALPHA, Interpolators.ALPHA_OUT) in setViewVisibility() 131 .setCustomInterpolator(View.ALPHA, Interpolators.ALPHA_IN) in setViewVisibility() 150 .setCustomInterpolator(View.ALPHA, Interpolators.FAST_OUT_LINEAR_IN) in setViewVisibility()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | FaceScanningOverlay.kt | 33 import com.android.app.animation.Interpolators 126 if (showScanningAnim) Interpolators.STANDARD_ACCELERATE in enableShowProtection() 127 else if (faceAuthSucceeded) Interpolators.STANDARD in enableShowProtection() 128 else Interpolators.STANDARD_DECELERATE in enableShowProtection() 229 Interpolators.STANDARD_DECELERATE in createFaceSuccessRimAnimator() 244 Interpolators.STANDARD in createFaceNotSuccessRimAnimator() 272 interpolator = Interpolators.LINEAR in createSuccessOpacityAnimator() 298 interpolator = Interpolators.STANDARD_DECELERATE in createRimAppearAnimator()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/ |
D | DreamOverlayAnimationsController.kt | 28 import com.android.app.animation.Interpolators in <lambda>() 155 interpolator = Interpolators.EMPHASIZED_DECELERATE in <lambda>() 161 interpolator = Interpolators.LINEAR in <lambda>() 167 interpolator = Interpolators.EMPHASIZED_DECELERATE in <lambda>() 205 Interpolators.EMPHASIZED, in <lambda>() 268 interpolator: Interpolator = Interpolators.LINEAR in <lambda>() 291 interpolator: Interpolator = Interpolators.LINEAR in <lambda>() 318 interpolator: Interpolator = Interpolators.LINEAR in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/ |
D | ControlsAnimations.kt | 35 import com.android.app.animation.Interpolators in <lambda>() 113 interpolator = Interpolators.DECELERATE_QUINT in <lambda>() 119 interpolator = Interpolators.DECELERATE_QUINT in <lambda>() 139 interpolator = Interpolators.ACCELERATE in <lambda>() 145 interpolator = Interpolators.ACCELERATE in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/ |
D | WirelessChargingLayout.java | 33 import com.android.app.animation.Interpolators; 115 textOpacityAnimator.setInterpolator(Interpolators.LINEAR); in init() 124 textFadeAnimator.setInterpolator(Interpolators.LINEAR); in init() 137 scrimFadeInAnimator.setInterpolator(Interpolators.LINEAR); in init() 141 scrimFadeOutAnimator.setInterpolator(Interpolators.LINEAR); in init() 217 textOpacityAnimatorTransmitting.setInterpolator(Interpolators.LINEAR); in init() 227 textFadeAnimatorTransmitting.setInterpolator(Interpolators.LINEAR); in init() 246 textOpacityAnimatorIcon.setInterpolator(Interpolators.LINEAR); in init() 256 textFadeAnimatorIcon.setInterpolator(Interpolators.LINEAR); in init()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyguardUserSwitcherListView.java | 24 import com.android.app.animation.Interpolators; 48 Interpolators.FAST_OUT_SLOW_IN); in KeyguardUserSwitcherListView() 53 Interpolators.FAST_OUT_SLOW_IN_REVERSE); in KeyguardUserSwitcherListView()
|
D | KeyguardUserDetailItemView.java | 27 import com.android.app.animation.Interpolators; 102 .setInterpolator(Interpolators.ALPHA_IN); in updateVisibilities() 113 .setInterpolator(Interpolators.ALPHA_OUT) in updateVisibilities()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/clocks/ |
D | AnimatableClockViewTest.kt | 22 import com.android.app.animation.Interpolators in <lambda>() 69 interpolator = Interpolators.EMPHASIZED_DECELERATE, in <lambda>() 103 interpolator = Interpolators.EMPHASIZED_DECELERATE, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | TapAgainView.java | 34 import com.android.wm.shell.animation.Interpolators; 69 fadeIn.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in animateIn() 94 fadeOut.setInterpolator(Interpolators.FAST_OUT_LINEAR_IN); in animateOut()
|
/frameworks/base/libs/dream/lowlight/tests/src/com/android/dream/lowlight/util/ |
D | TruncatedInterpolatorTest.kt | 20 import com.android.app.animation.Interpolators 30 val originalInterpolator = Interpolators.EMPHASIZED in truncatedInterpolator_matchesRegularInterpolator()
|
/frameworks/libs/systemui/animationlib/tests/src/com/android/app/animation/ |
D | InterpolatorsAndroidXTest.kt | 36 Interpolators::class.java.getPublicMethods(), in testInterpolatorsAndInterpolatorsAndroidXPublicMethodsAreEqual() 44 Interpolators::class.java.getPublicFields(), in testInterpolatorsAndInterpolatorsAndroidXPublicFieldsAreEqual()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | ImageTransformState.java | 24 import com.android.app.animation.Interpolators; 73 transformationAmount = Interpolators.LINEAR_OUT_SLOW_IN.getInterpolation( in appear() 92 transformationAmount = Interpolators.LINEAR_OUT_SLOW_IN.getInterpolation( in disappear()
|
D | LaunchAnimationParameters.kt | 6 import com.android.app.animation.Interpolators 55 Interpolators.FAST_OUT_SLOW_IN.getInterpolation(linearProgress)).toInt()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | AuthRippleView.kt | 31 import com.android.app.animation.Interpolators in <lambda>() 136 interpolator = Interpolators.LINEAR in <lambda>() 175 interpolator = Interpolators.LINEAR in <lambda>() 212 interpolator = Interpolators.LINEAR in <lambda>() 225 interpolator = Interpolators.LINEAR_OUT_SLOW_IN in <lambda>()
|
D | UdfpsAnimationViewController.kt | 24 import com.android.app.animation.Interpolators in <lambda>() 121 interpolator = if (hideAffordance) Interpolators.LINEAR else Interpolators.ALPHA_IN in <lambda>()
|