Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTable_config.java103 private static final int SCREEN_DP_MIN_SIZE = 36; field in ResTable_config
159 if (size >= SCREEN_DP_MIN_SIZE) { in createConfig()