Searched refs:mControlBar (Results 1 – 1 of 1) sorted by relevance
75 private CarControlBar mControlBar; field in MediaButtonController81 mControlBar = controlBar; in MediaButtonController()137 mControlBar.setViews(new View[0]); in resetInitialViews()139 mControlBar.setView(null, ControlBar.SLOT_LEFT); in resetInitialViews()140 mControlBar.setView(null, ControlBar.SLOT_RIGHT); in resetInitialViews()147 ImageButton button = mControlBar.createIconButton(icon); in createIconButton()181 mControlBar.setView(null, ControlBar.SLOT_LEFT); in onPlaybackStateChanged()195 mControlBar.setView(null, ControlBar.SLOT_RIGHT); in onPlaybackStateChanged()233 int focusedViewIndex = mControlBar.getFocusedViewIndex(); in updateCustomActions()249 mControlBar.setViews(imageButtons.toArray(new ImageButton[0])); in updateCustomActions()[all …]