Searched refs:ControlBar (Results 1 – 3 of 3) sorted by relevance
53 final ControlBar bar = new ControlBar(context, null); in defaultFocus()80 final ControlBar bar = new ControlBar(context, null); in persistFocus()127 final ControlBar bar = new ControlBar(context, null); in getFocusables()
25 class ControlBar extends LinearLayout { class36 public ControlBar(Context context, AttributeSet attrs) { in ControlBar() method in ControlBar40 public ControlBar(Context context, AttributeSet attrs, int defStyle) { in ControlBar() method in ControlBar
73 ControlBar mControlBar;85 mControlBar = (ControlBar) rootView.findViewById(R.id.control_bar); in ViewHolder()90 mControlBar.setOnChildFocusedListener(new ControlBar.OnChildFocusedListener() { in ViewHolder()