Searched refs:mSecondaryControlsPresenter (Results 1 - 1 of 1) sorted by last modified time

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPlaybackControlsRowPresenter.java158 private ControlBarPresenter mSecondaryControlsPresenter; field in class:PlaybackControlsRowPresenter
203 mSecondaryControlsPresenter = new ControlBarPresenter(R.layout.lb_control_bar);
206 mSecondaryControlsPresenter.setOnControlSelectedListener(mOnControlSelectedListener);
208 mSecondaryControlsPresenter.setOnControlClickedListener(mOnControlClickedListener);
341 mSecondaryControlsPresenter.onCreateViewHolder(vh.mSecondaryControlsDock);
396 mSecondaryControlsPresenter.onBindViewHolder(vh.mSecondaryControlsVh,
444 mSecondaryControlsPresenter.onUnbindViewHolder(vh.mSecondaryControlsVh);

Completed in 66 milliseconds