Searched refs:SCREENLAYOUT_LONG_NO (Results 1 – 10 of 10) sorted by relevance
27 import static android.content.res.Configuration.SCREENLAYOUT_LONG_NO;245 oldConfig.screenLayout |= SCREENLAYOUT_LONG_NO; in testScreenLayoutFilteredIfLongDidNotCrossThreshold()269 sizeConfigs[0].screenLayout |= SCREENLAYOUT_LONG_NO; in testScreenLayoutNotFilteredIfLongCrossedThreshold()276 oldConfig.screenLayout |= SCREENLAYOUT_LONG_NO; in testScreenLayoutNotFilteredIfLongCrossedThreshold()
22 import android.content.res.Configuration.SCREENLAYOUT_LONG_NO389 SCREENLAYOUT_LONG_NO -> "notlong" in toScreenLayoutString()
170 configuration.screenLayout = Configuration.SCREENLAYOUT_LONG_NO in configurationChange_shouldUseHorizontalInSceneInLongDevices()
389 mConfiguration.screenLayout = Configuration.SCREENLAYOUT_LONG_NO; in testChangeConfiguration_shouldUseHorizontalLayoutInLongDevices_true()
308 public static final int SCREENLAYOUT_LONG_NO = 0x10; field in Configuration476 curLayout = (curLayout&~SCREENLAYOUT_LONG_MASK) | SCREENLAYOUT_LONG_NO; in reduceScreenLayout()1191 case SCREENLAYOUT_LONG_NO: /* not-long is not interesting to print */ break; in toString()2597 case Configuration.SCREENLAYOUT_LONG_NO: in resourceQualifierString()
896 assertTrue((inOutConfig.screenLayout & Configuration.SCREENLAYOUT_LONG_NO) != 0); in testComputeConfigResourceLayoutOverrides()
807 final int fixedScreenLayout = Configuration.SCREENLAYOUT_LONG_NO in testFixedScreenLayoutSizeBits()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
9136 field public static final int SCREENLAYOUT_LONG_NO = 16; // 0x10
13835 field public static final int SCREENLAYOUT_LONG_NO = 16; // 0x10