Searched refs:ControlBar (Results 1 – 2 of 2) sorted by relevance
22 class ControlBar extends LinearLayout { class31 public ControlBar(Context context, AttributeSet attrs) { in ControlBar() method in ControlBar35 public ControlBar(Context context, AttributeSet attrs, int defStyle) { in ControlBar() method in ControlBar
70 ControlBar mControlBar;82 mControlBar = (ControlBar) rootView.findViewById(R.id.control_bar); in ViewHolder()86 mControlBar.setOnChildFocusedListener(new ControlBar.OnChildFocusedListener() { in ViewHolder()