Searched refs:SCREENLAYOUT_LONG_NO (Results 1 – 4 of 4) sorted by relevance
20 import static android.content.res.Configuration.SCREENLAYOUT_LONG_NO;163 assertThat(configuration.screenLayout & SCREENLAYOUT_LONG_MASK).isEqualTo(SCREENLAYOUT_LONG_NO); in applyQualifiers_shouldAddDefaults()
136 case Configuration.SCREENLAYOUT_LONG_NO: in resourceQualifierString()
306 : Configuration.SCREENLAYOUT_LONG_NO); in applyRules()
443 static final int SCREENLAYOUT_LONG_NO = 0x10; field in ResTable_config450 map.put(SCREENLAYOUT_LONG_NO, "notlong"); in map.put() argument