Home
last modified time | relevance | path

Searched refs:CarSystemBarPanelButtonView (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarPanelButtonView.java34 public class CarSystemBarPanelButtonView extends LinearLayout implements CarSystemBarElement { class
59 public CarSystemBarPanelButtonView(Context context) { in CarSystemBarPanelButtonView() method in CarSystemBarPanelButtonView
64 public CarSystemBarPanelButtonView(Context context, @Nullable AttributeSet attrs) { in CarSystemBarPanelButtonView() method in CarSystemBarPanelButtonView
69 public CarSystemBarPanelButtonView(Context context, @Nullable AttributeSet attrs, in CarSystemBarPanelButtonView() method in CarSystemBarPanelButtonView
75 public CarSystemBarPanelButtonView(Context context, AttributeSet attrs, int defStyleAttr, in CarSystemBarPanelButtonView() method in CarSystemBarPanelButtonView
95 R.styleable.CarSystemBarPanelButtonView); in init()
DCarSystemBarPanelButtonViewController.java19 import static com.android.systemui.car.systembar.CarSystemBarPanelButtonView.INVALID_RESOURCE_ID;
36 CarSystemBarElementController<CarSystemBarPanelButtonView> {
41 protected CarSystemBarPanelButtonViewController(@Assisted CarSystemBarPanelButtonView view, in CarSystemBarPanelButtonViewController()
51 CarSystemBarElementController.Factory<CarSystemBarPanelButtonView,
/packages/services/Car/car_product/distant_display/apps/CarDistantDisplaySystemUI/src/com/android/systemui/car/statusicon/ui/
DDistantDisplayStatusIconPanelController.java23 import com.android.systemui.car.systembar.CarSystemBarPanelButtonView;
42 @Assisted CarSystemBarPanelButtonView view, in DistantDisplayStatusIconPanelController()
53 CarSystemBarElementController.Factory<CarSystemBarPanelButtonView,