Searched refs:CarSystemBarElementFlags (Results 1 – 12 of 12) sorted by relevance
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/element/layout/ |
D | CarSystemBarImageView.java | 26 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()
|
D | CarSystemBarTextView.java | 26 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()
|
D | CarSystemBarFrameLayout.java | 27 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/ |
D | StatusIconView.java | 28 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/ |
D | SystemUIQCView.java | 28 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()
|
D | QCFooterButton.java | 29 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()
|
D | QCFooterView.java | 29 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/ |
D | CarSystemBarPanelButtonView.java | 30 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()
|
D | CarSystemBarButton.java | 48 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/ |
D | CarUiPortraitTemperatureControlView.java | 38 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/ |
D | TemperatureControlView.java | 37 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/ |
D | CarSystemBarElementFlags.java | 37 public class CarSystemBarElementFlags { class
|