Serializable
, Comparable<ResTable_config.Type>
public static enum ResTable_config.Type extends Enum<ResTable_config.Type>
ResTable_config
.
The ordering of these types is roughly the same as #isBetterThan
, but is not
guaranteed to be the same.Modifier and Type | Method | Description |
---|---|---|
static ResTable_config.Type |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ResTable_config.Type[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResTable_config.Type MCC
public static final ResTable_config.Type MNC
public static final ResTable_config.Type LANGUAGE_STRING
public static final ResTable_config.Type LOCALE_SCRIPT_STRING
public static final ResTable_config.Type REGION_STRING
public static final ResTable_config.Type LOCALE_VARIANT_STRING
public static final ResTable_config.Type SCREEN_LAYOUT_DIRECTION
public static final ResTable_config.Type SMALLEST_SCREEN_WIDTH_DP
public static final ResTable_config.Type SCREEN_WIDTH_DP
public static final ResTable_config.Type SCREEN_HEIGHT_DP
public static final ResTable_config.Type SCREEN_LAYOUT_SIZE
public static final ResTable_config.Type SCREEN_LAYOUT_LONG
public static final ResTable_config.Type SCREEN_LAYOUT_ROUND
public static final ResTable_config.Type COLOR_MODE_WIDE_COLOR_GAMUT
public static final ResTable_config.Type COLOR_MODE_HDR
public static final ResTable_config.Type ORIENTATION
public static final ResTable_config.Type UI_MODE_TYPE
public static final ResTable_config.Type UI_MODE_NIGHT
public static final ResTable_config.Type DENSITY_DPI
public static final ResTable_config.Type TOUCHSCREEN
public static final ResTable_config.Type KEYBOARD_HIDDEN
public static final ResTable_config.Type KEYBOARD
public static final ResTable_config.Type NAVIGATION_HIDDEN
public static final ResTable_config.Type NAVIGATION
public static final ResTable_config.Type SCREEN_SIZE
public static final ResTable_config.Type SDK_VERSION
public static ResTable_config.Type[] values()
for (ResTable_config.Type c : ResTable_config.Type.values()) System.out.println(c);
public static ResTable_config.Type valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null