Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DConfigDescription.java506 | ResTable_config.SCREENLONG_ANY; in parseScreenLayoutLong()
1010 != ResTable_config.SCREENLONG_ANY in applyVersionForCompatibility()
DResTable_config.java439 public static final int SCREENLONG_ANY = ACONFIGURATION_SCREENLONG_ANY << SHIFT_SCREENLONG; field in ResTable_config
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DDeviceConfig.java127 if (resTabLong != ResTable_config.SCREENLONG_ANY) { in applyToConfiguration()