Searched refs:mObjectAnimator1 (Results 1 – 1 of 1) sorted by relevance
41 private final ObjectAnimator mObjectAnimator1; field in MediaNowPlayingView62 mObjectAnimator1 = ObjectAnimator.ofFloat(mImage1, "scaleY", 5f / 12f, 3f / 12f, 5f / 12f, in MediaNowPlayingView()67 mObjectAnimator1.setRepeatCount(ValueAnimator.INFINITE); in MediaNowPlayingView()68 mObjectAnimator1.setDuration(2320); in MediaNowPlayingView()69 mObjectAnimator1.setInterpolator(mLinearInterpolator); in MediaNowPlayingView()117 startAnimation(mObjectAnimator1); in startAnimation()126 stopAnimation(mObjectAnimator1, mImage1); in stopAnimation()