Searched refs:scaleAnim (Results 1 – 2 of 2) sorted by relevance
125 ObjectAnimator scaleAnim = ObjectAnimator.ofPropertyValuesHolder(this, in animateScale() local127 scaleAnim.setDuration(durationMs).setAutoCancel(true); in animateScale()128 scaleAnim.start(); in animateScale()
585 ObjectAnimator scaleAnim = ObjectAnimator.ofFloat(view, SCALE_PROPERTY, scales) in getLauncherContentAnimator()587 scaleAnim.setInterpolator(DECELERATE_1_5); in getLauncherContentAnimator()588 launcherAnimator.play(scaleAnim); in getLauncherContentAnimator()645 ObjectAnimator scaleAnim = ObjectAnimator.ofFloat(overview, SCALE_PROPERTY, scales); in composeViewContentAnimator() local646 scaleAnim.setInterpolator(AGGRESSIVE_EASE); in composeViewContentAnimator()647 scaleAnim.setDuration(CONTENT_SCALE_DURATION); in composeViewContentAnimator()648 anim.play(scaleAnim); in composeViewContentAnimator()