Home
last modified time | relevance | path

Searched refs:CarSystemBarElementFlags (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/element/layout/
DCarSystemBarImageView.java26 import com.android.systemui.car.systembar.element.CarSystemBarElementFlags;
64 CarSystemBarElementFlags.getStatusBarManagerDisableFlagsFromAttributes(context, in init()
67 CarSystemBarElementFlags.getStatusBarManagerDisable2FlagsFromAttributes(context, in init()
70 CarSystemBarElementFlags.getDisableForLockTaskModeLockedFromAttributes(context, in init()
DCarSystemBarTextView.java26 import com.android.systemui.car.systembar.element.CarSystemBarElementFlags;
64 CarSystemBarElementFlags.getStatusBarManagerDisableFlagsFromAttributes(context, in init()
67 CarSystemBarElementFlags.getStatusBarManagerDisable2FlagsFromAttributes(context, in init()
70 CarSystemBarElementFlags.getDisableForLockTaskModeLockedFromAttributes(context, in init()
DCarSystemBarFrameLayout.java27 import com.android.systemui.car.systembar.element.CarSystemBarElementFlags;
65 CarSystemBarElementFlags.getStatusBarManagerDisableFlagsFromAttributes(context, in init()
68 CarSystemBarElementFlags.getStatusBarManagerDisable2FlagsFromAttributes(context, in init()
71 CarSystemBarElementFlags.getDisableForLockTaskModeLockedFromAttributes(context, in init()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/
DStatusIconView.java28 import com.android.systemui.car.systembar.element.CarSystemBarElementFlags;
64 CarSystemBarElementFlags.getStatusBarManagerDisableFlagsFromAttributes(context, in init()
67 CarSystemBarElementFlags.getStatusBarManagerDisable2FlagsFromAttributes(context, in init()
70 CarSystemBarElementFlags.getDisableForLockTaskModeLockedFromAttributes(context, in init()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/qc/
DSystemUIQCView.java28 import com.android.systemui.car.systembar.element.CarSystemBarElementFlags;
73 CarSystemBarElementFlags.getStatusBarManagerDisableFlagsFromAttributes(context, in init()
76 CarSystemBarElementFlags.getStatusBarManagerDisable2FlagsFromAttributes(context, in init()
79 CarSystemBarElementFlags.getDisableForLockTaskModeLockedFromAttributes(context, in init()
DQCFooterButton.java29 import com.android.systemui.car.systembar.element.CarSystemBarElementFlags;
66 CarSystemBarElementFlags.getStatusBarManagerDisableFlagsFromAttributes(context, in QCFooterButton()
69 CarSystemBarElementFlags.getStatusBarManagerDisable2FlagsFromAttributes(context, in QCFooterButton()
72 CarSystemBarElementFlags.getDisableForLockTaskModeLockedFromAttributes(context, in QCFooterButton()
DQCFooterView.java29 import com.android.systemui.car.systembar.element.CarSystemBarElementFlags;
70 CarSystemBarElementFlags.getStatusBarManagerDisableFlagsFromAttributes(context, in QCFooterView()
73 CarSystemBarElementFlags.getStatusBarManagerDisable2FlagsFromAttributes(context, in QCFooterView()
76 CarSystemBarElementFlags.getDisableForLockTaskModeLockedFromAttributes(context, in QCFooterView()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarPanelButtonView.java30 import com.android.systemui.car.systembar.element.CarSystemBarElementFlags;
85 CarSystemBarElementFlags.getStatusBarManagerDisableFlagsFromAttributes(context, in init()
88 CarSystemBarElementFlags.getStatusBarManagerDisable2FlagsFromAttributes(context, in init()
91 CarSystemBarElementFlags.getDisableForLockTaskModeLockedFromAttributes(context, in init()
DCarSystemBarButton.java48 import com.android.systemui.car.systembar.element.CarSystemBarElementFlags;
139 CarSystemBarElementFlags.getStatusBarManagerDisableFlagsFromAttributes(context, in CarSystemBarButton()
142 CarSystemBarElementFlags.getStatusBarManagerDisable2FlagsFromAttributes(context, in CarSystemBarButton()
145 CarSystemBarElementFlags.getDisableForLockTaskModeLockedFromAttributes(context, in CarSystemBarButton()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/hvac/
DCarUiPortraitTemperatureControlView.java38 import com.android.systemui.car.systembar.element.CarSystemBarElementFlags;
106 CarSystemBarElementFlags.getStatusBarManagerDisableFlagsFromAttributes(context, in CarUiPortraitTemperatureControlView()
109 CarSystemBarElementFlags.getStatusBarManagerDisable2FlagsFromAttributes(context, in CarUiPortraitTemperatureControlView()
112 CarSystemBarElementFlags.getDisableForLockTaskModeLockedFromAttributes(context, in CarUiPortraitTemperatureControlView()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/
DTemperatureControlView.java37 import com.android.systemui.car.systembar.element.CarSystemBarElementFlags;
103 CarSystemBarElementFlags.getStatusBarManagerDisableFlagsFromAttributes(context, in TemperatureControlView()
106 CarSystemBarElementFlags.getStatusBarManagerDisable2FlagsFromAttributes(context, in TemperatureControlView()
109 CarSystemBarElementFlags.getDisableForLockTaskModeLockedFromAttributes(context, in TemperatureControlView()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/element/
DCarSystemBarElementFlags.java37 public class CarSystemBarElementFlags { class