Searched refs:scaleAnim (Results 1 – 1 of 1) sorted by relevance
507 ObjectAnimator scaleAnim = ObjectAnimator.ofFloat(view, SCALE_PROPERTY, scales) in getLauncherContentAnimator()509 scaleAnim.setInterpolator(DEACCEL_1_5); in getLauncherContentAnimator()510 launcherAnimator.play(scaleAnim); in getLauncherContentAnimator()569 ObjectAnimator scaleAnim = ObjectAnimator.ofFloat(overview, SCALE_PROPERTY, scales); in composeViewContentAnimator() local570 scaleAnim.setInterpolator(AGGRESSIVE_EASE); in composeViewContentAnimator()571 scaleAnim.setDuration(CONTENT_SCALE_DURATION); in composeViewContentAnimator()572 anim.play(scaleAnim); in composeViewContentAnimator()