Searched refs:xShrink (Results 1 – 1 of 1) sorted by relevance
269 Animator xShrink = ObjectAnimator.ofFloat(mSaverView, "scaleX", 1f, 0.85f); in run() local274 AnimatorSet shrink = new AnimatorSet(); shrink.play(xShrink).with(yShrink); in run()