Searched refs:mGlue (Results 1 – 1 of 1) sorted by relevance
80 private PlaybackControlGlue mGlue; field in PlaybackOverlayFragment113 mGlue.updateProgress();114 mHandler.postDelayed(this, mGlue.getUpdatePeriod());141 mGlue = new PlaybackControlGlue(context, this, mFastForwardSpeeds) { in createComponents()286 mGlue.setOnItemViewClickedListener(mOnItemViewClickedListener); in createComponents()288 mPlaybackControlsRowPresenter = mGlue.createControlsRowAndPresenter(); in createComponents()305 PlaybackControlsRow controlsRow = mGlue.getControlsRow(); in createComponents()358 int totalTime = mGlue.getControlsRow().getTotalTime(); in getUpdatePeriod()376 return (SparseArrayObjectAdapter) mGlue.getControlsRow().getPrimaryActionsAdapter(); in getPrimaryActionsAdapter()380 return (ArrayObjectAdapter) mGlue.getControlsRow().getSecondaryActionsAdapter(); in getSecondaryActionsAdapter()[all …]