Searched refs:SCREENLAYOUT_LONG_YES (Results 1 – 5 of 5) sorted by relevance
28 import static android.content.res.Configuration.SCREENLAYOUT_LONG_YES;247 newConfig.screenLayout |= SCREENLAYOUT_LONG_YES; in testScreenLayoutFilteredIfLongDidNotCrossThreshold()278 newConfig.screenLayout |= SCREENLAYOUT_LONG_YES; in testScreenLayoutNotFilteredIfLongCrossedThreshold()
306 public static final int SCREENLAYOUT_LONG_YES = 0x20; field in Configuration415 | (SCREENLAYOUT_LONG_YES | SCREENLAYOUT_SIZE_XLARGE); in resetScreenLayout()1171 case SCREENLAYOUT_LONG_YES: sb.append(" long"); break; in toString()2560 case Configuration.SCREENLAYOUT_LONG_YES: in resourceQualifierString()
1055 | Configuration.SCREENLAYOUT_LONG_YES | Configuration.SCREENLAYOUT_SIZE_LARGE; in testFixedScreenLayoutSizeBits()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
13353 field public static final int SCREENLAYOUT_LONG_YES = 32; // 0x20