Searched refs:DeviceFlag (Results 1 – 3 of 3) sorted by relevance
23 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 …]
21 public class DeviceFlag extends DebugFlag { class23 public DeviceFlag(String key, boolean defaultValue, String description) { in DeviceFlag() method in DeviceFlag
26 public class DeviceFlag extends DebugFlag { class32 public DeviceFlag(String key, boolean defaultValue, String description) { in DeviceFlag() method in DeviceFlag