Home
last modified time | relevance | path

Searched refs:SCREENLAYOUT_LAYOUTDIR_RTL (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DConfigurationControllerImplTest.kt19 import android.content.res.Configuration.SCREENLAYOUT_LAYOUTDIR_RTL
253 config.screenLayout = SCREENLAYOUT_LAYOUTDIR_RTL in layoutDirectionUpdated_listenerNotified()
/frameworks/base/core/tests/mockingcoretests/src/android/window/
DSizeConfigurationBucketsTest.java25 import static android.content.res.Configuration.SCREENLAYOUT_LAYOUTDIR_RTL;
75 .areNonSizeLayoutFieldsUnchanged(0, SCREENLAYOUT_LAYOUTDIR_RTL)); in testNonSizeRelatedScreenLayoutFields()
/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/
DSplitPresenterTest.java416 taskProperties.getConfiguration().screenLayout |= Configuration.SCREENLAYOUT_LAYOUTDIR_RTL; in testGetRelBoundsForPosition_splitVertically()
482 taskProperties.getConfiguration().screenLayout |= Configuration.SCREENLAYOUT_LAYOUTDIR_RTL; in testGetRelBoundsForPosition_splitVertically_isRelativeToParent()
/frameworks/base/core/java/android/content/res/
DConfiguration.java327 public static final int SCREENLAYOUT_LAYOUTDIR_RTL = 0x02 << SCREENLAYOUT_LAYOUTDIR_SHIFT; field in Configuration
1156 case SCREENLAYOUT_LAYOUTDIR_RTL: sb.append(" ldrtl"); break; in toString()
2398 return (screenLayout&SCREENLAYOUT_LAYOUTDIR_MASK) == SCREENLAYOUT_LAYOUTDIR_RTL in getLayoutDirection()
2557 case Configuration.SCREENLAYOUT_LAYOUTDIR_RTL: in resourceQualifierString()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationController.java1668 == Configuration.SCREENLAYOUT_LAYOUTDIR_RTL; in isRTL()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSizeCompatTests.java823 mTask.getConfiguration().screenLayout = Configuration.SCREENLAYOUT_LAYOUTDIR_RTL in testFixedScreenLayoutSizeBits()
828 assertEquals(fixedScreenLayout | Configuration.SCREENLAYOUT_LAYOUTDIR_RTL, in testFixedScreenLayoutSizeBits()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9132 field public static final int SCREENLAYOUT_LAYOUTDIR_RTL = 128; // 0x80
/frameworks/base/core/api/
Dcurrent.txt13831 field public static final int SCREENLAYOUT_LAYOUTDIR_RTL = 128; // 0x80