Searched refs:carSystemBarButton (Results 1 – 3 of 3) sorted by relevance
134 selectedButtons.forEach(carSystemBarButton -> { in taskChanged()135 if (carSystemBarButton.getDisplayId() == displayId) { in taskChanged()136 carSystemBarButton.setSelected(true); in taskChanged()137 mSelectedButtons.add(carSystemBarButton); in taskChanged()144 mRegisteredViews.forEach(carSystemBarButton -> { in clearAllSelectedButtons()145 if (carSystemBarButton.getDisplayId() == displayId) { in clearAllSelectedButtons()146 carSystemBarButton.setSelected(false); in clearAllSelectedButtons()164 private void addButtonWithSelectionState(CarSystemBarButton carSystemBarButton) { in addButtonWithSelectionState() argument165 if (mRegisteredViews.contains(carSystemBarButton)) { in addButtonWithSelectionState()168 String[] categories = carSystemBarButton.getCategories(); in addButtonWithSelectionState()[all …]
54 public RecentsButtonStateProvider(Context context, CarSystemBarButton carSystemBarButton) { in RecentsButtonStateProvider() argument55 mCarSystemBarButton = carSystemBarButton; in RecentsButtonStateProvider()
33 public CarUiRecentsButtonStateProvider(Context context, CarSystemBarButton carSystemBarButton) { in CarUiRecentsButtonStateProvider() argument34 super(context, carSystemBarButton); in CarUiRecentsButtonStateProvider()