Home
last modified time | relevance | path

Searched refs:LAYOUT_DIRECTION_LTR (Results 1 – 25 of 40) sorted by relevance

12

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/animation/
H A DUnfoldConstantTranslateAnimatorTest.kt79 moveAndValidate(listOf(view to START), View.LAYOUT_DIRECTION_LTR)
100 moveAndValidate(listOf(leftView to START, rightView to END), View.LAYOUT_DIRECTION_LTR)
101 moveAndValidate(listOf(leftView to START, rightView to END), View.LAYOUT_DIRECTION_LTR)
115 moveAndValidate(listOf(leftView to START), View.LAYOUT_DIRECTION_LTR)
125 val rtlMultiplier = if (layoutDirection == View.LAYOUT_DIRECTION_LTR) {
/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DTextUtilsTest.java633 assertEquals(View.LAYOUT_DIRECTION_LTR, TextUtils.getLayoutDirectionFromLocale(null)); in testGetLayoutDirectionFromLocale()
634 assertEquals(View.LAYOUT_DIRECTION_LTR, in testGetLayoutDirectionFromLocale()
636 assertEquals(View.LAYOUT_DIRECTION_LTR, in testGetLayoutDirectionFromLocale()
638 assertEquals(View.LAYOUT_DIRECTION_LTR, in testGetLayoutDirectionFromLocale()
640 assertEquals(View.LAYOUT_DIRECTION_LTR, in testGetLayoutDirectionFromLocale()
642 assertEquals(View.LAYOUT_DIRECTION_LTR, in testGetLayoutDirectionFromLocale()
644 assertEquals(View.LAYOUT_DIRECTION_LTR, in testGetLayoutDirectionFromLocale()
646 assertEquals(View.LAYOUT_DIRECTION_LTR, in testGetLayoutDirectionFromLocale()
648 assertEquals(View.LAYOUT_DIRECTION_LTR, in testGetLayoutDirectionFromLocale()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DStackEducationView.kt116 if (resources.configuration.layoutDirection == View.LAYOUT_DIRECTION_LTR)
143 if (resources.configuration.layoutDirection == View.LAYOUT_DIRECTION_LTR) {
H A DBadgedImageView.java109 setLayoutDirection(LAYOUT_DIRECTION_LTR); in BadgedImageView()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubblePositionerTest.java21 import static android.view.View.LAYOUT_DIRECTION_LTR;
293 private int mLayoutDirection = LAYOUT_DIRECTION_LTR;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/models/recommendation/
H A DRecommendationViewHolder.kt57 layoutDirection = View.LAYOUT_DIRECTION_LTR
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DDotIndicatorDecoration.java169 return mCardCarousel.getLayoutDirection() == View.LAYOUT_DIRECTION_LTR; in isLayoutLtr()
/aosp14/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestGridLayoutCodeLtr.java67 layout.setLayoutDirection(View.LAYOUT_DIRECTION_LTR); in create()
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/compose/
H A DDrawablePainter.kt125 LayoutDirection.Ltr -> View.LAYOUT_DIRECTION_LTR
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
H A DGlobalActionsGridLayoutTest.java72 doReturn(View.LAYOUT_DIRECTION_LTR).when(mGridLayout).getCurrentLayoutDirection(); in testShouldReverseListItems()
H A DGlobalActionsColumnLayoutTest.java58 doReturn(View.LAYOUT_DIRECTION_LTR).when(mColumnLayout).getCurrentLayoutDirection(); in testShouldReverseListItems()
/aosp14/frameworks/base/tools/aapt2/
H A DConfiguration.proto28 LAYOUT_DIRECTION_LTR = 1; enumerator
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/models/player/
H A DMediaViewHolder.kt118 seekBar.layoutDirection = View.LAYOUT_DIRECTION_LTR
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DQSPanelTest.kt140 qsPanel.layoutDirection = View.LAYOUT_DIRECTION_LTR
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DSplitPresenter.java772 == View.LAYOUT_DIRECTION_LTR; in getPrimaryBounds()
812 == View.LAYOUT_DIRECTION_LTR; in getSecondaryBounds()
1018 == View.LAYOUT_DIRECTION_LTR; in computeSplitType()
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DFocusEventDebugView.java90 mPressedKeyContainer.setLayoutDirection(LAYOUT_DIRECTION_LTR); in FocusEventDebugView()
/aosp14/frameworks/base/packages/SystemUI/accessibility/accessibilitymenu/src/com/android/systemui/accessibility/accessibilitymenu/view/
H A DA11yMenuOverlayLayout.java200 final boolean ltr = configuration.getLayoutDirection() == View.LAYOUT_DIRECTION_LTR; in updateLayoutPosition()
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintContentView.java289 if (getLayoutDirection() == View.LAYOUT_DIRECTION_LTR) { in onLayout()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DMenuViewLayer.java174 setLayoutDirection(LAYOUT_DIRECTION_LTR); in MenuViewLayer()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DScreenPinningRequest.java262 mLayout.setLayoutDirection(View.LAYOUT_DIRECTION_LTR); in inflateView()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDragLayout.java106 setLayoutDirection(LAYOUT_DIRECTION_LTR); in DragLayout()
/aosp14/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchHelper.java1444 if (layoutDirection == View.LAYOUT_DIRECTION_LTR) { in convertToRelativeDirection()
1533 if (layoutDirection == View.LAYOUT_DIRECTION_LTR) { in convertToAbsoluteDirection()
/aosp14/frameworks/base/media/java/android/media/
H A DWebVttRenderer.java1500 return layoutDirection == View.LAYOUT_DIRECTION_LTR ? in resolveCueAlignment()
1503 return layoutDirection == View.LAYOUT_DIRECTION_LTR ? in resolveCueAlignment()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DNavigationBarEdgePanel.java569 mArrowsPointLeft = getLayoutDirection() == LAYOUT_DIRECTION_LTR; in updateArrowDirection()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleTileViewHelper.java199 == View.LAYOUT_DIRECTION_LTR; in PeopleTileViewHelper()
519 == View.LAYOUT_DIRECTION_LTR; in setCommonRemoteViewsFields()

12