Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/config/
H A DFeatureFlags.java23 import com.android.launcher3.uioverrides.DeviceFlag;
92 public static final BooleanFlag ENABLE_DEVICE_SEARCH = new DeviceFlag(
98 public static final BooleanFlag ENABLE_DEVICE_SEARCH_PERFORMANCE_LOGGING = new DeviceFlag(
109 public static final BooleanFlag FOLDER_NAME_SUGGEST = new DeviceFlag(
144 public static final BooleanFlag ENABLE_OVERVIEW_SELECTIONS = new DeviceFlag(
147 public static final BooleanFlag ENABLE_WIDGETS_PICKER_AIAI_SEARCH = new DeviceFlag(
179 public static final BooleanFlag EXPANDED_SMARTSPACE = new DeviceFlag(
189 public static final BooleanFlag ENABLE_APP_PREDICTIONS_WHILE_VISIBLE = new DeviceFlag(
218 public static final BooleanFlag ENABLE_ENFORCED_ROUNDED_CORNERS = new DeviceFlag(
267 if (flag instanceof DeviceFlag) { in dump()
[all …]
/aosp12/packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/
H A DDeviceFlag.java21 public class DeviceFlag extends DebugFlag { class
23 public DeviceFlag(String key, boolean defaultValue, String description) { in DeviceFlag() method in DeviceFlag
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
H A DDeviceFlag.java26 public class DeviceFlag extends DebugFlag { class
32 public DeviceFlag(String key, boolean defaultValue, String description) { in DeviceFlag() method in DeviceFlag