Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DConfigDescription.java415 out.smallestScreenWidthDp = ResTable_config.SCREENWIDTH_ANY; in parseSmallestScreenWidthDp()
431 out.screenWidthDp = ResTable_config.SCREENWIDTH_ANY; in parseScreenWidthDp()
447 out.screenHeightDp = ResTable_config.SCREENWIDTH_ANY; in parseScreenHeightDp()
910 out.screenWidth = ResTable_config.SCREENWIDTH_ANY; in parseScreenSize()
998 } else if (config.smallestScreenWidthDp != ResTable_config.SCREENWIDTH_ANY in applyVersionForCompatibility()
999 || config.screenWidthDp != ResTable_config.SCREENWIDTH_ANY in applyVersionForCompatibility()
DResTable_config.java228 public static final int SCREENWIDTH_ANY = 0; field in ResTable_config