Home
last modified time | relevance | path

Searched refs:SCREENLAYOUT_LAYOUTDIR_SHIFT (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/res/
H A DConfiguration.java311 public static final int SCREENLAYOUT_LAYOUTDIR_SHIFT = 6; field in Configuration
317 public static final int SCREENLAYOUT_LAYOUTDIR_LTR = 0x01 << SCREENLAYOUT_LAYOUTDIR_SHIFT;
320 public static final int SCREENLAYOUT_LAYOUTDIR_RTL = 0x02 << SCREENLAYOUT_LAYOUTDIR_SHIFT;
1137 sb.append(layoutDir >> SCREENLAYOUT_LAYOUTDIR_SHIFT); break; in toString()
2383 (layoutDirection << SCREENLAYOUT_LAYOUTDIR_SHIFT); in setLayoutDirection()
/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.txt13348 field public static final int SCREENLAYOUT_LAYOUTDIR_SHIFT = 6; // 0x6