Searched refs:mPlaybackControlsRow (Results 1 – 1 of 1) sorted by relevance
102 private PlaybackControlsRow mPlaybackControlsRow; field in PlaybackOverlayFragment195 mPlaybackControlsRow.getCurrentTime(), true); in setupRows()200 mPlaybackControlsRow.getCurrentTime(), false); in setupRows()244 mPlaybackControlsRow = new PlaybackControlsRow(mSelectedMovie); in addPlaybackControlsRow()246 mPlaybackControlsRow = new PlaybackControlsRow(); in addPlaybackControlsRow()248 mRowsAdapter.add(mPlaybackControlsRow); in addPlaybackControlsRow()255 mPlaybackControlsRow.setPrimaryActionsAdapter(mPrimaryActionsAdapter); in addPlaybackControlsRow()256 mPlaybackControlsRow.setSecondaryActionsAdapter(mSecondaryActionsAdapter); in addPlaybackControlsRow()308 if (mPlaybackControlsRow.getItem() != null) { in updatePlaybackRow()309 Movie item = (Movie) mPlaybackControlsRow.getItem(); in updatePlaybackRow()[all …]