Searched refs:mCornerAnimator (Results 1 – 1 of 1) sorted by relevance
158 private ValueAnimator mCornerAnimator; field in MediaOutputBaseAdapter.MediaDeviceBaseViewHolder209 if (!mCornerAnimator.isRunning()) { in setSingleLineLayout()453 mCornerAnimator.addUpdateListener(animation -> { in animateCornerAndVolume()468 mCornerAnimator.start(); in animateCornerAndVolume()472 mCornerAnimator = ValueAnimator.ofFloat(mController.getInactiveRadius(), in initAnimator()474 mCornerAnimator.setDuration(ANIM_DURATION); in initAnimator()475 mCornerAnimator.setInterpolator(new LinearInterpolator()); in initAnimator()