Home
last modified time | relevance | path

Searched refs:LAYOUT_DIRECTION_RTL (Results 1 – 25 of 81) sorted by relevance

1234

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubblePositionerTest.java22 import static android.view.View.LAYOUT_DIRECTION_RTL;
167 new WindowManagerConfig().setLayoutDirection(LAYOUT_DIRECTION_RTL).setUpConfig(); in testGetRestingPosition_bubble_onPhone_RTL()
195 LAYOUT_DIRECTION_RTL).setUpConfig(); in testGetRestingPosition_chatBubble_onTablet_RTL()
223 LAYOUT_DIRECTION_RTL).setUpConfig(); in testGetRestingPosition_appBubble_onTablet_RTL()
237 LAYOUT_DIRECTION_RTL).setUpConfig(); in testHasUserModifiedDefaultPosition_false()
250 LAYOUT_DIRECTION_RTL).setUpConfig(); in testHasUserModifiedDefaultPosition_true()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DConfigurationControllerImpl.kt22 import android.view.View.LAYOUT_DIRECTION_RTL
127 it.onLayoutDirectionChanged(layoutDirection == LAYOUT_DIRECTION_RTL)
158 return layoutDirection == LAYOUT_DIRECTION_RTL
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/animation/
H A DUnfoldConstantTranslateAnimator.kt19 import android.view.View.LAYOUT_DIRECTION_RTL
63 if (rootView.getLayoutDirection() == LAYOUT_DIRECTION_RTL) {
/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DTextUtilsTest.java651 assertEquals(View.LAYOUT_DIRECTION_RTL, in testGetLayoutDirectionFromLocale()
653 assertEquals(View.LAYOUT_DIRECTION_RTL, in testGetLayoutDirectionFromLocale()
655 assertEquals(View.LAYOUT_DIRECTION_RTL, in testGetLayoutDirectionFromLocale()
657 assertEquals(View.LAYOUT_DIRECTION_RTL, in testGetLayoutDirectionFromLocale()
659 assertEquals(View.LAYOUT_DIRECTION_RTL, in testGetLayoutDirectionFromLocale()
661 assertEquals(View.LAYOUT_DIRECTION_RTL, in testGetLayoutDirectionFromLocale()
663 assertEquals(View.LAYOUT_DIRECTION_RTL, in testGetLayoutDirectionFromLocale()
665 assertEquals(View.LAYOUT_DIRECTION_RTL, in testGetLayoutDirectionFromLocale()
667 assertEquals(View.LAYOUT_DIRECTION_RTL, in testGetLayoutDirectionFromLocale()
669 assertEquals(View.LAYOUT_DIRECTION_RTL, in testGetLayoutDirectionFromLocale()
/aosp14/frameworks/base/core/java/android/transition/
H A DSidePropagation.java125 final boolean isRtl = sceneRoot.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL; in distance()
128 final boolean isRtl = sceneRoot.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL; in distance()
H A DSlide.java93 final boolean isRtl = sceneRoot.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
121 final boolean isRtl = sceneRoot.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/animation/
H A DUnfoldConstantTranslateAnimatorTest.kt88 whenever(parent.getLayoutDirection()).thenReturn(View.LAYOUT_DIRECTION_RTL)
89 moveAndValidate(listOf(view to START), View.LAYOUT_DIRECTION_RTL)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
H A DManagementPageIndicator.kt36 if (layoutDirection == View.LAYOUT_DIRECTION_RTL) {
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DManageEducationView.kt86 if (resources.configuration.layoutDirection == View.LAYOUT_DIRECTION_RTL)
111 val isRTL = mContext.resources.configuration.layoutDirection == LAYOUT_DIRECTION_RTL
H A DBubblePositioner.java19 import static android.view.View.LAYOUT_DIRECTION_RTL;
518 == LAYOUT_DIRECTION_RTL;
686 ? layoutDirection == LAYOUT_DIRECTION_RTL
687 : layoutDirection != LAYOUT_DIRECTION_RTL;
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DBilingualSuggestedLocaleAdapter.java58 if (TextUtils.getLayoutDirectionFromLocale(secondaryLocale) == View.LAYOUT_DIRECTION_RTL) { in BilingualSuggestedLocaleAdapter()
182 layoutDir == View.LAYOUT_DIRECTION_RTL in setLocaleToListItem()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsFlatLayout.java46 if (getCurrentLayoutDirection() == View.LAYOUT_DIRECTION_RTL) { in shouldReverseListItems()
H A DGlobalActionsGridLayout.java141 if (getCurrentLayoutDirection() == View.LAYOUT_DIRECTION_RTL) { in shouldReverseListItems()
H A DGlobalActionsColumnLayout.java59 if (getCurrentLayoutDirection() == View.LAYOUT_DIRECTION_RTL) { in shouldReverseListItems()
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
H A DPdfManipulationService.java140 if (configuration.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL) { in renderPage()
281 .getLayoutDirection() == View.LAYOUT_DIRECTION_RTL; in applyPrintAttributes()
/aosp14/frameworks/base/core/java/android/view/
H A DGravity.java452 if (layoutDirection == View.LAYOUT_DIRECTION_RTL) { in getAbsoluteGravity()
462 if (layoutDirection == View.LAYOUT_DIRECTION_RTL) { in getAbsoluteGravity()
/aosp14/frameworks/base/core/java/android/inputmethodservice/navigationbar/
H A DReverseLinearLayout.java88 boolean isLayoutRtl = getLayoutDirection() == LAYOUT_DIRECTION_RTL; in updateOrder()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DControlsPopupMenu.kt109 if (anchorView.layoutDirection == View.LAYOUT_DIRECTION_RTL) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DReverseLinearLayout.java86 boolean isLayoutRtl = getLayoutDirection() == LAYOUT_DIRECTION_RTL; in updateOrder()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DContextMenuUtils.java139 final boolean rtl = anchor.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL; in assertContextMenuAlignment()
/aosp14/frameworks/base/core/java/android/widget/
H A DMenuPopupWindow.java107 if (config.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL) { in MenuDropDownListView()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipBoundsState.java95 == View.LAYOUT_DIRECTION_RTL; in updateDefaultGravity()
/aosp14/frameworks/base/core/java/android/text/
H A DTextDirectionHeuristics.java297 return (dir == View.LAYOUT_DIRECTION_RTL); in defaultIsRtl()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DSignalTileView.java104 boolean isRtl = getLayoutDirection() == LAYOUT_DIRECTION_RTL; in layoutIndicator()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/view/
H A DMediaProjectionTaskView.kt152 val isRtl = layoutDirection == LAYOUT_DIRECTION_RTL

1234