Searched refs:CarSystemBarPanelButtonView (Results 1 – 6 of 6) 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,
|
D | DebugPanelButtonViewController.java | 48 protected DebugPanelButtonViewController(@Assisted CarSystemBarPanelButtonView view, in DebugPanelButtonViewController() 67 CarSystemBarElementController.Factory<CarSystemBarPanelButtonView,
|
D | UserNamePanelButtonViewController.java | 63 protected UserNamePanelButtonViewController(@Assisted CarSystemBarPanelButtonView view, in UserNamePanelButtonViewController() 79 CarSystemBarElementController.Factory<CarSystemBarPanelButtonView,
|
/packages/services/Car/car_product/distant_display/apps/CarDistantDisplaySystemUI/src/com/android/systemui/car/statusicon/ui/ |
D | DistantDisplayStatusIconPanelController.java | 25 import com.android.systemui.car.systembar.CarSystemBarPanelButtonView; 45 @Assisted CarSystemBarPanelButtonView view, in DistantDisplayStatusIconPanelController() 56 CarSystemBarElementController.Factory<CarSystemBarPanelButtonView,
|
/packages/apps/Car/SystemUI/multivalentTests/src/com/android/systemui/car/systembar/ |
D | DebugPanelButtonViewControllerTest.java | 53 private CarSystemBarPanelButtonView mView;
|