Searched refs:carSystemBarButton (Results 1 – 3 of 3) sorted by relevance
188 selectedButtons.forEach(carSystemBarButton -> { in taskChanged()189 if (carSystemBarButton.getDisplayId() == displayId) { in taskChanged()190 carSystemBarButton.setSelected(true); in taskChanged()191 mSelectedButtons.add(carSystemBarButton); in taskChanged()335 mRegisteredViews.forEach(carSystemBarButton -> { in clearAllSelectedButtons()336 if (carSystemBarButton.getDisplayId() == displayId) { in clearAllSelectedButtons()337 carSystemBarButton.setSelected(false); in clearAllSelectedButtons()355 private void addButtonWithSelectionState(CarSystemBarButton carSystemBarButton) { in addButtonWithSelectionState() argument356 if (mRegisteredViews.contains(carSystemBarButton)) { in addButtonWithSelectionState()359 String[] categories = carSystemBarButton.getCategories(); in addButtonWithSelectionState()[all …]
52 public RecentsButtonStateProvider(Context context, CarSystemBarButton carSystemBarButton) { in RecentsButtonStateProvider() argument53 mCarSystemBarButton = carSystemBarButton; in RecentsButtonStateProvider()
32 public CarUiRecentsButtonStateProvider(Context context, CarSystemBarButton carSystemBarButton) { in CarUiRecentsButtonStateProvider() argument33 super(context, carSystemBarButton); in CarUiRecentsButtonStateProvider()