Searched refs:mPlayPauseReplayView (Results 1 – 3 of 3) sorted by relevance
63 protected final ImageView mPlayPauseReplayView; field in CommonControllerOverlay104 mPlayPauseReplayView = new ImageView(context); in CommonControllerOverlay()106 mPlayPauseReplayView.setContentDescription( in CommonControllerOverlay()110 mPlayPauseReplayView.setFocusable(true); in CommonControllerOverlay()111 mPlayPauseReplayView.setClickable(true); in CommonControllerOverlay()113 addView(mPlayPauseReplayView, wrapContent); in CommonControllerOverlay()153 showMainView(mPlayPauseReplayView); in showPlaying()159 showMainView(mPlayPauseReplayView); in showPaused()204 mPlayPauseReplayView.setVisibility( in showMainView()219 if (view == mPlayPauseReplayView) { in onClick()[all …]
44 mPlayPauseReplayView.setVisibility(View.INVISIBLE); in hidePlayButtonIfPlaying()47 mPlayPauseReplayView.setAlpha(1f); in hidePlayButtonIfPlaying()56 ObjectAnimator anim = ObjectAnimator.ofFloat(mPlayPauseReplayView, "alpha", 1f, 0f); in showPlaying()
95 startHideAnimation(mPlayPauseReplayView); in startHiding()108 mPlayPauseReplayView.setAnimation(null); in cancelHiding()