Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DConfigDescription.java465 ResTable_config.SCREENSIZE_ANY; in parseScreenLayoutSize()
1008 != ResTable_config.SCREENSIZE_ANY in applyVersionForCompatibility()
DResTable_config.java230 public static final int SCREENSIZE_ANY = ACONFIGURATION_SCREENSIZE_ANY; field in ResTable_config
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DDeviceConfig.java113 if (resTabSize != ResTable_config.SCREENSIZE_ANY) { in applyToConfiguration()