Home
last modified time | relevance | path

Searched refs:setInterpolator (Results 1 – 25 of 153) sorted by relevance

1234567

/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()
127 .setInterpolator(Interpolators.FAST_OUT_SLOW_IN); in startExitAnimation()
132 .setInterpolator(Interpolators.FAST_OUT_SLOW_IN) in startExitAnimation()
/frameworks/base/graphics/java/android/graphics/drawable/
DRippleForeground.java223 tweenRadius.setInterpolator(DECELERATE_INTERPOLATOR); in startSoftwareEnter()
229 tweenOrigin.setInterpolator(DECELERATE_INTERPOLATOR); in startSoftwareEnter()
235 opacity.setInterpolator(LINEAR_INTERPOLATOR); in startSoftwareEnter()
243 opacity.setInterpolator(LINEAR_INTERPOLATOR); in startSoftwareExit()
260 radius.setInterpolator(DECELERATE_INTERPOLATOR); in startHardwareEnter()
265 x.setInterpolator(DECELERATE_INTERPOLATOR); in startHardwareEnter()
270 y.setInterpolator(DECELERATE_INTERPOLATOR); in startHardwareEnter()
276 opacity.setInterpolator(LINEAR_INTERPOLATOR); in startHardwareEnter()
290 opacity.setInterpolator(LINEAR_INTERPOLATOR); in startHardwareExit()
/frameworks/base/tests/Assist/src/com/android/test/assist/
DAssistInteractionSession.java133 .setInterpolator(linearOutSlowIn); in playAssistAnimation()
140 animator.setInterpolator(fastOutSlowIn); in playAssistAnimation()
145 colorAnim.setInterpolator(fastOutSlowIn); in playAssistAnimation()
160 .setInterpolator(linearOutSlowIn) in playAssistAnimation()
164 .setInterpolator(linearOutSlowIn) in playAssistAnimation()
/frameworks/base/core/java/android/animation/
DKeyframe.java241 public void setInterpolator(TimeInterpolator interpolator) { in setInterpolator() method in Keyframe
289 kfClone.setInterpolator(getInterpolator()); in clone()
336 kfClone.setInterpolator(getInterpolator()); in clone()
383 kfClone.setInterpolator(getInterpolator()); in clone()
DLayoutTransition.java297 defaultChangeIn.setInterpolator(mChangingAppearingInterpolator); in LayoutTransition()
300 defaultChangeOut.setInterpolator(mChangingDisappearingInterpolator); in LayoutTransition()
303 defaultChange.setInterpolator(mChangingInterpolator); in LayoutTransition()
308 defaultFadeIn.setInterpolator(mAppearingInterpolator); in LayoutTransition()
312 defaultFadeOut.setInterpolator(mDisappearingInterpolator); in LayoutTransition()
594 public void setInterpolator(int transitionType, TimeInterpolator interpolator) { in setInterpolator() method in LayoutTransition
920 anim.setInterpolator(mChangingAppearingInterpolator); in setupChangeAnimation()
928 anim.setInterpolator(mChangingDisappearingInterpolator); in setupChangeAnimation()
935 anim.setInterpolator(mChangingInterpolator); in setupChangeAnimation()
1175 anim.setInterpolator(mAppearingInterpolator); in runAppearingTransition()
[all …]
/frameworks/base/core/java/android/view/animation/
DLayoutAnimationController.java121 setInterpolator(context, resource); in LayoutAnimationController()
230 public void setInterpolator(Context context, @InterpolatorRes int resourceID) { in setInterpolator() method in LayoutAnimationController
231 setInterpolator(AnimationUtils.loadInterpolator(context, resourceID)); in setInterpolator()
245 public void setInterpolator(Interpolator interpolator) { in setInterpolator() method in LayoutAnimationController
DAnimation.java275 setInterpolator(context, resID); in Animation()
405 public void setInterpolator(Context context, @AnimRes @InterpolatorRes int resID) { in setInterpolator() method in Animation
406 setInterpolator(AnimationUtils.loadInterpolator(context, resID)); in setInterpolator()
416 public void setInterpolator(Interpolator i) { in setInterpolator() method in Animation
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DSettingsButton.java107 .setInterpolator(AnimationUtils.loadInterpolator(mContext, in startExitAnimation()
135 mAnimator.setInterpolator(AnimationUtils.loadInterpolator(mContext, in startAccelSpin()
164 mAnimator.setInterpolator(Interpolators.LINEAR); in startContinuousSpin()
/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/
DWirelessChargingLayout.java96 textSizeAnimator.setInterpolator(new PathInterpolator(0, 0, 0, 1)); in init()
102 textOpacityAnimator.setInterpolator(Interpolators.LINEAR); in init()
111 textFadeAnimator.setInterpolator(Interpolators.LINEAR); in init()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/utilities/
DAnimationProps.java98 setInterpolator(ALL, interpolator); in AnimationProps()
122 animator.setInterpolator(getInterpolator(propertyType)); in apply()
179 public AnimationProps setInterpolator(@PropType int propertyType, Interpolator interpolator) { in setInterpolator() method in AnimationProps
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DSystemBarScrimViews.java98 .setInterpolator(animation.getInterpolator(AnimationProps.BOUNDS)) in animateNavBarScrimVisibility()
122 .setInterpolator(AnimationProps.BOUNDS, Interpolators.DECELERATE_QUINT) in onBusEvent()
192 .setInterpolator(AnimationProps.BOUNDS, Interpolators.FAST_OUT_SLOW_IN); in createBoundsAnimation()
DTaskStackAnimationHelper.java273 .setInterpolator(AnimationProps.ALPHA, ENTER_FROM_HOME_ALPHA_INTERPOLATOR) in startEnterAnimation()
276 taskAnimation.setInterpolator(AnimationProps.BOUNDS, in startEnterAnimation()
284 .setInterpolator(AnimationProps.BOUNDS, in startEnterAnimation()
300 .setInterpolator(AnimationProps.BOUNDS, in startEnterAnimation()
346 taskAnimation.setInterpolator(AnimationProps.BOUNDS, in startExitToHomeAnimation()
350 .setInterpolator(AnimationProps.BOUNDS, in startExitToHomeAnimation()
360 taskAnimation.setInterpolator(AnimationProps.ALPHA, in startExitToHomeAnimation()
526 .setInterpolator(AnimationProps.BOUNDS, interpolator) in startScrollToFocusedTaskAnimation()
615 .setInterpolator(AnimationProps.BOUNDS, interpolator) in startNewStackScrollAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonRipple.java292 scaleAnimator.setInterpolator(mInterpolator); in enterSoftware()
307 alphaAnimator.setInterpolator(Interpolators.ALPHA_OUT); in exitSoftware()
380 startAnim.setInterpolator(mInterpolator); in enterHardware()
388 endAnim.setInterpolator(mInterpolator); in enterHardware()
429 opacityAnim.setInterpolator(Interpolators.ALPHA_OUT); in exitHardware()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DFlingAnimationUtils.java144 animator.setInterpolator(properties.interpolator); in apply()
163 animator.setInterpolator(properties.interpolator); in apply()
240 animator.setInterpolator(properties.interpolator); in applyDismissing()
260 animator.setInterpolator(properties.interpolator); in applyDismissing()
DKeyguardAffordanceView.java283 animator.setInterpolator(Interpolators.ALPHA_IN); in startRtAlphaFadeIn()
304 animator.setInterpolator(Interpolators.ALPHA_OUT); in startRtCircleFadeOut()
376 animator.setInterpolator(interpolator); in setCircleRadius()
391 mPreviewClipper.setInterpolator(interpolator); in setCircleRadius()
463 animator.setInterpolator(interpolator); in setImageScale()
516 animator.setInterpolator(interpolator); in setImageAlpha()
DCrossFadeHelper.java45 .setInterpolator(Interpolators.ALPHA_OUT) in fadeOut()
126 .setInterpolator(Interpolators.ALPHA_IN) in fadeIn()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGuts.java279 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()
/frameworks/base/core/jni/
Dandroid_view_RenderNodeAnimator.cpp164 static void setInterpolator(JNIEnv* env, jobject clazz, jlong animatorPtr, jlong interpolatorPtr) { in setInterpolator() function
167 animator->setInterpolator(interpolator); in setInterpolator()
205 { "nSetInterpolator", "(JJ)V", (void*) setInterpolator },
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleDismissView.java62 .setInterpolator(interpolator); in BubbleDismissView()
65 .setInterpolator(interpolator); in BubbleDismissView()
/frameworks/base/core/java/com/android/internal/widget/
DMessagingPropertyAnimator.java153 animator.setInterpolator(interpolator); in startTopAnimation()
192 animator.setInterpolator(ALPHA_IN); in fadeIn()
228 animator.setInterpolator(ALPHA_OUT); in fadeOut()
/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java738 scale.setInterpolator(mDecelerateInterpolator); in createScaleUpAnimationLocked()
741 alpha.setInterpolator(mThumbnailFadeOutInterpolator); in createScaleUpAnimationLocked()
776 a.setInterpolator(mDecelerateInterpolator); in createScaleUpAnimationLocked()
905 clipAnimLR.setInterpolator(mClipHorizontalInterpolator); in createClipRevealAnimationLocked()
909 translate.setInterpolator(cutOff ? TOUCH_RESPONSE_INTERPOLATOR in createClipRevealAnimationLocked()
918 clipAnimTB.setInterpolator(TOUCH_RESPONSE_INTERPOLATOR); in createClipRevealAnimationLocked()
925 alpha.setInterpolator(mLinearOutSlowInInterpolator); in createClipRevealAnimationLocked()
965 anim.setInterpolator(mDecelerateInterpolator); in createClipRevealAnimationLocked()
982 a.setInterpolator(interpolator); in prepareThumbnailAnimationWithDuration()
1111 scale.setInterpolator(interpolator); in createThumbnailAspectScaleAnimationLocked()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSliceView.java136 mLayoutTransition.setInterpolator(LayoutTransition.APPEARING, in KeyguardSliceView()
138 mLayoutTransition.setInterpolator(LayoutTransition.DISAPPEARING, Interpolators.ALPHA_OUT); in KeyguardSliceView()
460 mLayoutTransition.setInterpolator(LayoutTransition.CHANGE_APPEARING, in onFinishInflate()
462 mLayoutTransition.setInterpolator(LayoutTransition.CHANGE_DISAPPEARING, in onFinishInflate()
471 mLayoutTransition.setInterpolator(LayoutTransition.APPEARING, Interpolators.ALPHA_IN); in onFinishInflate()
474 mLayoutTransition.setInterpolator(LayoutTransition.DISAPPEARING, in onFinishInflate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DDividerView.java596 anim.setInterpolator(interpolator); in flingTo()
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()
849 .setInterpolator(Interpolators.FAST_OUT_SLOW_IN) in setMinimizedDockStack()
869 .setInterpolator(IME_ADJUST_INTERPOLATOR) in setAdjustedForIme()
882 .setInterpolator(IME_ADJUST_INTERPOLATOR) in setAdjustedForIme()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/hvac/
DTemperatureTextAnimator.java138 set.setInterpolator(ACCELERATE_DECELERATE_INTERPOLATOR); in createTranslateFadeAnimation()
153 set.setInterpolator(DECELERATE_INTERPOLATOR); in createRotateFadeAnimation()
/frameworks/base/core/java/android/transition/
DTransitionSet.java171 transition.setInterpolator(getInterpolator()); in addTransition()
241 public TransitionSet setInterpolator(TimeInterpolator interpolator) { in setInterpolator() method in TransitionSet
246 mTransitions.get(i).setInterpolator(interpolator); in setInterpolator()
249 return (TransitionSet) super.setInterpolator(interpolator); in setInterpolator()

1234567