Home
last modified time | relevance | path

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

/frameworks/base/core/tests/mockingcoretests/src/android/window/
DSizeConfigurationBucketsTest.java27 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/logging/
DQSLogger.kt22 import android.content.res.Configuration.SCREENLAYOUT_LONG_NO
389 SCREENLAYOUT_LONG_NO -> "notlong" in toScreenLayoutString()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSPanelControllerBaseSceneContainerTest.kt170 configuration.screenLayout = Configuration.SCREENLAYOUT_LONG_NO in configurationChange_shouldUseHorizontalInSceneInLongDevices()
DQSPanelControllerBaseTest.java389 mConfiguration.screenLayout = Configuration.SCREENLAYOUT_LONG_NO; in testChangeConfiguration_shouldUseHorizontalLayoutInLongDevices_true()
/frameworks/base/core/java/android/content/res/
DConfiguration.java308 public static final int SCREENLAYOUT_LONG_NO = 0x10; field in Configuration
476 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()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskTests.java896 assertTrue((inOutConfig.screenLayout & Configuration.SCREENLAYOUT_LONG_NO) != 0); in testComputeConfigResourceLayoutOverrides()
DSizeCompatTests.java807 final int fixedScreenLayout = Configuration.SCREENLAYOUT_LONG_NO in testFixedScreenLayoutSizeBits()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9136 field public static final int SCREENLAYOUT_LONG_NO = 16; // 0x10
/frameworks/base/core/api/
Dcurrent.txt13835 field public static final int SCREENLAYOUT_LONG_NO = 16; // 0x10