Searched refs:mControlBar (Results 1 – 2 of 2) sorted by relevance
70 ControlBar mControlBar; field in ControlBarPresenter.ViewHolder82 mControlBar = (ControlBar) rootView.findViewById(R.id.control_bar); in ViewHolder()83 if (mControlBar == null) { in ViewHolder()86 mControlBar.setOnChildFocusedListener(new ControlBar.OnChildFocusedListener() { in ViewHolder()129 View focusedView = mControlBar.getFocusedChild(); in showControls()131 mControlBar.indexOfChild(focusedView) >= adapterSize) { in showControls()132 mControlBar.getChildAt(adapter.size() - 1).requestFocus(); in showControls()134 for (int i = mControlBar.getChildCount() - 1; i >= adapterSize; i--) { in showControls()135 mControlBar.removeViewAt(i); in showControls()141 mControlBar.setChildMarginFromCenter( in showControls()[all …]
94 mControlsFocusWrapper = (PersistentFocusWrapper) mControlBar.getParent(); in ViewHolder()270 vh.mControlBar.requestFocus(); in resetFocus()