Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTable_config.java1519 final int setScreenLong = settings.screenLayout&MASK_SCREENLONG; in match() local
1520 if (screenLong != 0 && screenLong != setScreenLong) { in match()