Searched refs:mPlayPauseAction (Results 1 – 2 of 2) sorted by relevance
172 private PlaybackControlsRow.PlayPauseAction mPlayPauseAction; field in PlaybackControlGlue488 if (action == mPlayPauseAction) {625 if (mPlayPauseAction == null) {626 mPlayPauseAction = new PlaybackControlsRow.PlayPauseAction(mContext);628 mPrimaryActionsAdapter.set(ACTION_PLAY_PAUSE, mPlayPauseAction);631 mPlayPauseAction = null;691 if (mPlayPauseAction != null) {695 if (mPlayPauseAction.getIndex() != index) {696 mPlayPauseAction.setIndex(index);697 notifyItemChanged(mPrimaryActionsAdapter, mPlayPauseAction);
174 private PlaybackControlsRow.PlayPauseAction mPlayPauseAction; field in PlaybackControlSupportGlue490 if (action == mPlayPauseAction) {627 if (mPlayPauseAction == null) {628 mPlayPauseAction = new PlaybackControlsRow.PlayPauseAction(mContext);630 mPrimaryActionsAdapter.set(ACTION_PLAY_PAUSE, mPlayPauseAction);633 mPlayPauseAction = null;693 if (mPlayPauseAction != null) {697 if (mPlayPauseAction.getIndex() != index) {698 mPlayPauseAction.setIndex(index);699 notifyItemChanged(mPrimaryActionsAdapter, mPlayPauseAction);