Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTable_config.java109 private static final int SCREEN_CONFIG_EXTENSION_MIN_SIZE = 52; field in ResTable_config
111 public static final int SIZEOF = SCREEN_CONFIG_EXTENSION_MIN_SIZE;
169 if (size >= SCREEN_CONFIG_EXTENSION_MIN_SIZE) { in createConfig()