Home
last modified time | relevance | path

Searched refs:Interpolators (Results 1 – 25 of 187) sorted by relevance

12345678

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/animation/
DFakeTransitionAnimator.kt17 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/
DNavigationHandle.java33 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/
DBackAnimationSpec.kt22 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()
DBottomsheetBackAnimationSpec.kt21 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/
DCrossFadeHelper.java25 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()
DKeyguardAffordanceView.java41 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/
DChipbarAnimator.kt21 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/
DNumPadAnimator.java40 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()
DKeyguardSecurityViewTransition.kt29 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>()
DBouncerKeyguardMessageArea.kt27 import com.android.app.animation.Interpolators in <lambda>()
103 interpolator = Interpolators.STANDARD_ACCELERATE in <lambda>()
116 interpolator = Interpolators.STANDARD_DECELERATE in <lambda>()
DKeyguardVisibilityHelper.java25 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/
DFaceScanningOverlay.kt33 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/
DDreamOverlayAnimationsController.kt28 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/
DControlsAnimations.kt35 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/
DWirelessChargingLayout.java33 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/
DKeyguardUserSwitcherListView.java24 import com.android.app.animation.Interpolators;
48 Interpolators.FAST_OUT_SLOW_IN); in KeyguardUserSwitcherListView()
53 Interpolators.FAST_OUT_SLOW_IN_REVERSE); in KeyguardUserSwitcherListView()
DKeyguardUserDetailItemView.java27 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/
DAnimatableClockViewTest.kt22 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/
DTapAgainView.java34 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/
DTruncatedInterpolatorTest.kt20 import com.android.app.animation.Interpolators
30 val originalInterpolator = Interpolators.EMPHASIZED in truncatedInterpolator_matchesRegularInterpolator()
/frameworks/libs/systemui/animationlib/tests/src/com/android/app/animation/
DInterpolatorsAndroidXTest.kt36 Interpolators::class.java.getPublicMethods(), in testInterpolatorsAndInterpolatorsAndroidXPublicMethodsAreEqual()
44 Interpolators::class.java.getPublicFields(), in testInterpolatorsAndInterpolatorsAndroidXPublicFieldsAreEqual()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DImageTransformState.java24 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()
DLaunchAnimationParameters.kt6 import com.android.app.animation.Interpolators
55 Interpolators.FAST_OUT_SLOW_IN.getInterpolation(linearProgress)).toInt()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthRippleView.kt31 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>()
DUdfpsAnimationViewController.kt24 import com.android.app.animation.Interpolators in <lambda>()
121 interpolator = if (hideAffordance) Interpolators.LINEAR else Interpolators.ALPHA_IN in <lambda>()

12345678