Home
last modified time | relevance | path

Searched refs:ButtonSelectionStateListener (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DButtonSelectionStateListener.java30 class ButtonSelectionStateListener implements TaskStackChangeListener { class
31 private static final String TAG = ButtonSelectionStateListener.class.getSimpleName();
36 ButtonSelectionStateListener(ButtonSelectionStateController carSystemButtonController) { in ButtonSelectionStateListener() method in ButtonSelectionStateListener
DCarSystemBarModule.java94 abstract ButtonSelectionStateListener optionalButtonSelectionStateListener(); in optionalButtonSelectionStateListener()
98 static ButtonSelectionStateListener provideButtonSelectionStateListener(@CarSysUIDynamicOverride in provideButtonSelectionStateListener()
99 Optional<ButtonSelectionStateListener> overrideButtonSelectionStateListener, in provideButtonSelectionStateListener()
104 return new ButtonSelectionStateListener(controller); in provideButtonSelectionStateListener()
DCarSystemBar.java114 private final ButtonSelectionStateListener mButtonSelectionStateListener;
178 ButtonSelectionStateListener buttonSelectionStateListener, in CarSystemBar()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/systembar/
DCarUiPortraitSystemBarModule.java41 static ButtonSelectionStateListener provideButtonSelectionStateListener(Context context, in provideButtonSelectionStateListener()
46 return new ButtonSelectionStateListener(buttonSelectionStateController); in provideButtonSelectionStateListener()
DCarUiPortraitButtonSelectionStateListener.java29 class CarUiPortraitButtonSelectionStateListener extends ButtonSelectionStateListener {
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarTest.java116 private ButtonSelectionStateListener mButtonSelectionStateListener;