Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTable_config.java1032 if (screenType() != o.screenType()) { in compare()
1033 return (screenType() > o.screenType()) ? 1 : -1; in compare()
1305 if (isTruthy(screenType()) || isTruthy(o.screenType())) { in isBetterThan()
1578 if (screenType() != 0) { in match()
2010 private int screenType() { in screenType() method in ResTable_config