Home
last modified time | relevance | path

Searched refs:addAllButtonsWithSelectionState (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/systembar/
DCarUiPortraitButtonSelectionStateController.java51 protected void addAllButtonsWithSelectionState(View v) { in addAllButtonsWithSelectionState() method in CarUiPortraitButtonSelectionStateController
57 super.addAllButtonsWithSelectionState(v); in addAllButtonsWithSelectionState()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DButtonSelectionStateController.java74 protected void addAllButtonsWithSelectionState(View v) { in addAllButtonsWithSelectionState() method in ButtonSelectionStateController
82 addAllButtonsWithSelectionState(viewGroup.getChildAt(i)); in addAllButtonsWithSelectionState()
DCarSystemBarController.java428 mButtonSelectionStateController.addAllButtonsWithSelectionState(view); in setupBar()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DButtonSelectionStateControllerTest.java67 mButtonSelectionStateController.addAllButtonsWithSelectionState(mTestView); in setUp()