Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DDeviceConfig.java125 int screenLayoutLong = getScreenLayoutLong(configuration); in applyToConfiguration() local
126 int resTabLong = resTab.screenLayoutLong(); in applyToConfiguration()
128 screenLayoutLong = resTabLong; in applyToConfiguration()
144 screenLayoutSize | screenLayoutLong | screenLayoutLayoutDir | screenLayoutRound; in applyToConfiguration()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTable_config.java702 public final int screenLayoutLong() { in screenLayoutLong() method in ResTable_config
706 public final void screenLayoutLong(int value) { in screenLayoutLong() method in ResTable_config
1136 getOrDefault(SCREENLAYOUT_LONG_VALUES, screenLayoutLong(), "")); in toStringParts()