Searched defs:mRewindAction (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DPlaybackControlGlue.java176 private PlaybackControlsRow.RewindAction mRewindAction; field in class:PlaybackControlGlue
528 } else if (action == mRewindAction) {
614 if (mRewindAction == null) {
615 mRewindAction = new PlaybackControlsRow.RewindAction(mContext,
618 mPrimaryActionsAdapter.set(ACTION_REWIND, mRewindAction);
621 mRewindAction = null;
665 if (mRewindAction != null) {
673 if (mRewindAction.getIndex() != index) {
674 mRewindAction.setIndex(index);
675 notifyItemChanged(mPrimaryActionsAdapter, mRewindAction);
[all...]

Completed in 47 milliseconds