Searched refs:mObjectAnimator3 (Results 1 – 1 of 1) sorted by relevance
43 private final ObjectAnimator mObjectAnimator3; field in MediaNowPlayingView80 mObjectAnimator3 = ObjectAnimator.ofFloat(mImage3, "scaleY", 8f / 12f, 9f / 12f, 10f / 12f, in MediaNowPlayingView()84 mObjectAnimator3.setRepeatCount(ValueAnimator.INFINITE); in MediaNowPlayingView()85 mObjectAnimator3.setDuration(2000); in MediaNowPlayingView()86 mObjectAnimator3.setInterpolator(mLinearInterpolator); in MediaNowPlayingView()119 startAnimation(mObjectAnimator3); in startAnimation()128 stopAnimation(mObjectAnimator3, mImage3); in stopAnimation()