Searched refs:CarSystemBarPanelButtonView (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/ |
D | CarSystemBarPanelButtonView.java | 34 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()
|
D | CarSystemBarPanelButtonViewController.java | 19 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/ |
D | DistantDisplayStatusIconPanelController.java | 23 import com.android.systemui.car.systembar.CarSystemBarPanelButtonView; 42 @Assisted CarSystemBarPanelButtonView view, in DistantDisplayStatusIconPanelController() 53 CarSystemBarElementController.Factory<CarSystemBarPanelButtonView,
|