Home
last modified time | relevance | path

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

1234

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DDrawableLayoutDirectionHelper.java38 && view.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL; in createRelativeInsetDrawable()
58 isRtl = layoutDirection == View.LAYOUT_DIRECTION_RTL; in createRelativeInsetDrawable()
83 layoutDirection == View.LAYOUT_DIRECTION_RTL); in createRelativeInsetDrawable()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DDeviceConfig.kt24 import android.view.View.LAYOUT_DIRECTION_RTL
56 val isRtl = context.resources.configuration.layoutDirection == LAYOUT_DIRECTION_RTL in create()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/animation/
DUnfoldConstantTranslateAnimator.kt19 import android.view.View.LAYOUT_DIRECTION_RTL in <lambda>()
70 if (rootView.getLayoutDirection() == LAYOUT_DIRECTION_RTL) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DConfigurationControllerImpl.kt22 import android.view.View.LAYOUT_DIRECTION_RTL
135 it.onLayoutDirectionChanged(layoutDirection == LAYOUT_DIRECTION_RTL) in onConfigurationChanged()
168 return layoutDirection == LAYOUT_DIRECTION_RTL in isLayoutRtl()
/frameworks/base/core/tests/coretests/src/android/text/
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()
/frameworks/base/core/java/android/transition/
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()
DSlide.java93 final boolean isRtl = sceneRoot.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
121 final boolean isRtl = sceneRoot.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/shadows/
DShadowConfiguration.java42 mLayoutDir = View.LAYOUT_DIRECTION_RTL; in setLayoutDirection()
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DDrawableLayoutDirectionHelperTest.java78 View.LAYOUT_DIRECTION_RTL); in testCreateRelativeInsetDrawableRtl()
148 return View.LAYOUT_DIRECTION_RTL; in getLayoutDirection()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
DManagementPageIndicator.kt36 if (layoutDirection == View.LAYOUT_DIRECTION_RTL) { in setLocation()
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DSplitAttributesHelper.java41 return configuration.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL; in isReversedLayout()
/frameworks/base/core/java/com/android/internal/app/
DBilingualSuggestedLocaleAdapter.java58 if (TextUtils.getLayoutDirectionFromLocale(secondaryLocale) == View.LAYOUT_DIRECTION_RTL) { in BilingualSuggestedLocaleAdapter()
182 layoutDir == View.LAYOUT_DIRECTION_RTL in setLocaleToListItem()
/frameworks/opt/setupwizard/library/recyclerview/test/instrumentation/src/com/android/setupwizardlib/template/
DRecyclerMixinTest.java129 doReturn(View.LAYOUT_DIRECTION_RTL).when(mTemplateLayout).getLayoutDirection(); in testDividerInsetLegacyRtl()
149 doReturn(View.LAYOUT_DIRECTION_RTL).when(mTemplateLayout).getLayoutDirection(); in testDividerInsetsRtl()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/animation/
DUnfoldConstantTranslateAnimatorTest.kt105 whenever(parent.getLayoutDirection()).thenReturn(View.LAYOUT_DIRECTION_RTL) in <lambda>()
106 moveAndValidate(listOf(view to START), View.LAYOUT_DIRECTION_RTL) in <lambda>()
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/template/
DListMixinTest.java133 doReturn(View.LAYOUT_DIRECTION_RTL).when(mTemplateLayout).getLayoutDirection(); in testDividerInsetLegacyRtl()
153 doReturn(View.LAYOUT_DIRECTION_RTL).when(mTemplateLayout).getLayoutDirection(); in testDividerInsetsRtl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/unified/
DBatteryPercentTextOnlyDrawable.kt75 val rtl = layoutDirection == View.LAYOUT_DIRECTION_RTL in <lambda>()
DBatteryLayersDrawable.kt97 setAttrRects(layoutDirection == View.LAYOUT_DIRECTION_RTL)
173 setAttrRects(layoutDirection == View.LAYOUT_DIRECTION_RTL) in onLayoutDirectionChanged()
DBatterySpaceSharingPercentTextDrawable.kt98 val rtl = layoutDirection == View.LAYOUT_DIRECTION_RTL in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/domain/interactor/
DUnfoldTransitionInteractor.kt76 if (it == View.LAYOUT_DIRECTION_RTL) -1 else 1 in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsFlatLayout.java46 if (getCurrentLayoutDirection() == View.LAYOUT_DIRECTION_RTL) { in shouldReverseListItems()
DGlobalActionsGridLayout.java141 if (getCurrentLayoutDirection() == View.LAYOUT_DIRECTION_RTL) { in shouldReverseListItems()
DGlobalActionsColumnLayout.java59 if (getCurrentLayoutDirection() == View.LAYOUT_DIRECTION_RTL) { in shouldReverseListItems()
/frameworks/base/core/java/com/android/internal/widget/
DEmphasizedNotificationButton.java271 if (layoutDirection != LAYOUT_DIRECTION_LTR && layoutDirection != LAYOUT_DIRECTION_RTL) { in glueIconAndLabelIfNeeded()
320 final boolean rtlLayout = layoutDirection == LAYOUT_DIRECTION_RTL; in glueIconAndLabel()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
DPdfManipulationService.java140 if (configuration.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL) { in renderPage()
281 .getLayoutDirection() == View.LAYOUT_DIRECTION_RTL; in applyPrintAttributes()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
DReverseLinearLayout.java86 boolean isLayoutRtl = getLayoutDirection() == LAYOUT_DIRECTION_RTL; in updateOrder()

1234