Searched defs:scaleAnimator (Results 1 – 4 of 4) sorted by relevance
818 ValueAnimator scaleAnimator = ValueAnimator.ofFloat(FOCUS_ANIMATION_MIN_SCALE, 1f); in getFocusAnimator() local858 ValueAnimator scaleAnimator = ValueAnimator.ofFloat(1f, FOCUS_ANIMATION_MIN_SCALE); in getDefocusAnimator() local
327 ObjectAnimator scaleAnimator = ObjectAnimator.ofFloat(this, "glowScale", in enterSoftware() local
357 ObjectAnimator scaleAnimator = ObjectAnimator.ofFloat(this, "glowScale", in enterSoftware() local
1592 final ObjectAnimator scaleAnimator = ObjectAnimator.ofPropertyValuesHolder(mMirrorView, in animateBounceEffectIfNeeded() local