Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DDeviceConfig.java125 int screenLayoutLong = getScreenLayoutLong(configuration); in applyToConfiguration()
302 if (getScreenLayoutLong(configuration) == Configuration.SCREENLAYOUT_LONG_UNDEFINED) { in applyRules()
414 private static int getScreenLayoutLong(Configuration configuration) { in getScreenLayoutLong() method in DeviceConfig