Searched refs:scaleAnimator (Results 1 – 4 of 4) sorted by relevance
333 ObjectAnimator scaleAnimator = ObjectAnimator.ofFloat(this, "glowScale", in enterSoftware() local335 scaleAnimator.setInterpolator(mInterpolator); in enterSoftware()336 scaleAnimator.setDuration(ANIMATION_DURATION_SCALE); in enterSoftware()337 scaleAnimator.addListener(mAnimatorListener); in enterSoftware()338 scaleAnimator.start(); in enterSoftware()339 mRunningAnimations.add(scaleAnimator); in enterSoftware()
384 Animator scaleAnimator = getAnimator(btv, SCALE_PROPERTY, initialScale, finalScale); in addPreviewItemAnimators() local385 scaleAnimator.setInterpolator(previewItemInterpolator); in addPreviewItemAnimators()386 play(animatorSet, scaleAnimator); in addPreviewItemAnimators()395 scaleAnimator.setStartDelay(delay); in addPreviewItemAnimators()399 scaleAnimator.setDuration(scaleAnimator.getDuration() - delay); in addPreviewItemAnimators()
59 private ValueAnimator scaleAnimator; field in SwipeButtonView91 scaleAnimator = null;369 cancelAnimator(scaleAnimator); in setImageScale()375 scaleAnimator = animator; in setImageScale()
816 final ObjectAnimator scaleAnimator = ObjectAnimator.ofPropertyValuesHolder(mMirrorView, in animateBounceEffect() local819 scaleAnimator.setDuration(mBounceEffectDuration); in animateBounceEffect()820 scaleAnimator.start(); in animateBounceEffect()