Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DConfigurationControllerImplTest.kt18 import android.content.res.Configuration.SCREENLAYOUT_LAYOUTDIR_LTR
247 config.screenLayout = SCREENLAYOUT_LAYOUTDIR_LTR
/aosp14/frameworks/base/core/tests/mockingcoretests/src/android/window/
H A DSizeConfigurationBucketsTest.java24 import static android.content.res.Configuration.SCREENLAYOUT_LAYOUTDIR_LTR;
73 .areNonSizeLayoutFieldsUnchanged(0, SCREENLAYOUT_LAYOUTDIR_LTR)); in testNonSizeRelatedScreenLayoutFields()
/aosp14/frameworks/base/core/java/android/content/res/
H A DConfiguration.java317 public static final int SCREENLAYOUT_LAYOUTDIR_LTR = 0x01 << SCREENLAYOUT_LAYOUTDIR_SHIFT; field in Configuration
1134 case SCREENLAYOUT_LAYOUTDIR_LTR: sb.append(" ldltr"); break; in toString()
2520 case Configuration.SCREENLAYOUT_LAYOUTDIR_LTR: in resourceQualifierString()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSizeCompatTests.java1046 c.screenLayout = fixedScreenLayout | Configuration.SCREENLAYOUT_LAYOUTDIR_LTR; in testFixedScreenLayoutSizeBits()
1051 assertEquals(fixedScreenLayout | Configuration.SCREENLAYOUT_LAYOUTDIR_LTR, in testFixedScreenLayoutSizeBits()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt13345 field public static final int SCREENLAYOUT_LAYOUTDIR_LTR = 64; // 0x40