Home
last modified time | relevance | path

Searched refs:yShrink (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
DUtils.java314 Animator yShrink = ObjectAnimator.ofFloat(mSaverView, "scaleY", 1f, 0.85f); in run() local
316 AnimatorSet shrink = new AnimatorSet(); shrink.play(xShrink).with(yShrink); in run()