Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/utils/
DActivityEmbeddingUtil.java539 int layoutDir = (splitAttributes.getLayoutDirection() == LayoutDirection.LOCALE) in getExpectedBoundsPair() local
542 final boolean isPrimaryRightOrBottomContainer = isPrimaryRightOrBottomContainer(layoutDir); in getExpectedBoundsPair()
563 switch (layoutDir) { in getExpectedBoundsPair()
578 + layoutDir); in getExpectedBoundsPair()
596 final boolean isHorizontal = isHorizontal(layoutDir); in getExpectedBoundsPair()
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/embedding/
DActivityEmbeddingBoundsTests.java321 private SplitPairRule createUnevenWidthSplitPairRule(int layoutDir) { in createUnevenWidthSplitPairRule() argument
328 .setLayoutDirection(layoutDir) in createUnevenWidthSplitPairRule()
/cts/tests/tests/widget/src/android/widget/cts/
DGridViewTest.java282 private void verifyAccessHorizontalSpacing(final int layoutDir) throws Throwable { in verifyAccessHorizontalSpacing() argument
283 mActivityRule.runOnUiThread(() -> mGridView.setLayoutDirection(layoutDir)); in verifyAccessHorizontalSpacing()
298 if (layoutDir == View.LAYOUT_DIRECTION_LTR) { in verifyAccessHorizontalSpacing()
311 if (layoutDir == View.LAYOUT_DIRECTION_LTR) { in verifyAccessHorizontalSpacing()