Searched refs:CarControlBar (Results 1 – 5 of 5) sorted by relevance
37 import com.android.car.apps.common.CarControlBar;75 private CarControlBar mControlBar;77 public MediaButtonController(Context context, CarControlBar controlBar, in MediaButtonController()244 mControlBar.setView(imageButtons.remove(0), CarControlBar.SLOT_LEFT); in updateCustomActions()247 mControlBar.setView(imageButtons.remove(0), CarControlBar.SLOT_RIGHT); in updateCustomActions()
40 public class MinimizedControlBar extends ConstraintLayout implements CarControlBar {146 ViewUtils.setView(viewToUse, mSlots[CarControlBar.getSlotIndex(i, NUM_COLUMNS)]); in updateViewsLayout()
24 public interface ExpandableControlBar extends CarControlBar {
33 public interface CarControlBar { interface
185 return CarControlBar.getSlotIndex(slotPosition, mNumColumns); in getSlotIndex()