Home
last modified time | relevance | path

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

123456

/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A 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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DConfigurationControllerImpl.kt22 import android.view.View.LAYOUT_DIRECTION_RTL
120 it.onLayoutDirectionChanged(layoutDirection == LAYOUT_DIRECTION_RTL)
141 return layoutDirection == LAYOUT_DIRECTION_RTL
/aosp12/frameworks/base/core/tests/coretests/src/android/text/
H A DTextUtilsTest.java650 assertEquals(View.LAYOUT_DIRECTION_RTL, in testGetLayoutDirectionFromLocale()
652 assertEquals(View.LAYOUT_DIRECTION_RTL, in testGetLayoutDirectionFromLocale()
654 assertEquals(View.LAYOUT_DIRECTION_RTL, in testGetLayoutDirectionFromLocale()
656 assertEquals(View.LAYOUT_DIRECTION_RTL, in testGetLayoutDirectionFromLocale()
658 assertEquals(View.LAYOUT_DIRECTION_RTL, in testGetLayoutDirectionFromLocale()
660 assertEquals(View.LAYOUT_DIRECTION_RTL, in testGetLayoutDirectionFromLocale()
662 assertEquals(View.LAYOUT_DIRECTION_RTL, in testGetLayoutDirectionFromLocale()
664 assertEquals(View.LAYOUT_DIRECTION_RTL, in testGetLayoutDirectionFromLocale()
666 assertEquals(View.LAYOUT_DIRECTION_RTL, in testGetLayoutDirectionFromLocale()
668 assertEquals(View.LAYOUT_DIRECTION_RTL, in testGetLayoutDirectionFromLocale()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/suggestions/
H A DSuggestionItemView.java58 if (getResources().getConfiguration().getLayoutDirection() == View.LAYOUT_DIRECTION_RTL) { in onFinishInflate()
89 getResources().getConfiguration().getLayoutDirection() == View.LAYOUT_DIRECTION_RTL; in focusSearch()
/aosp12/packages/apps/Dialer/java/com/android/dialer/util/
H A DViewUtil.java67 return view.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL; in isViewLayoutRtl()
71 return TextUtils.getLayoutDirectionFromLocale(Locale.getDefault()) == View.LAYOUT_DIRECTION_RTL; in isRtl()
/aosp12/packages/apps/ThemePicker/src/com/android/customization/picker/
H A DBasePreviewAdapter.java18 import static androidx.core.view.ViewCompat.LAYOUT_DIRECTION_RTL;
75 if (ViewCompat.getLayoutDirection(container) == LAYOUT_DIRECTION_RTL) { in instantiateItem()
/aosp12/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;
/aosp12/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
H A DDrawableLayoutDirectionHelperTest.java78 View.LAYOUT_DIRECTION_RTL); in testCreateRelativeInsetDrawableRtl()
148 return View.LAYOUT_DIRECTION_RTL; in getLayoutDirection()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DClearAllButton.java76 mIsRtl = getLayoutDirection() == LAYOUT_DIRECTION_RTL; in ClearAllButton()
94 mIsRtl = getLayoutDirection() == LAYOUT_DIRECTION_RTL; in onRtlPropertiesChanged()
/aosp12/frameworks/opt/setupwizard/library/recyclerview/test/instrumentation/src/com/android/setupwizardlib/template/
H A DRecyclerMixinTest.java129 doReturn(View.LAYOUT_DIRECTION_RTL).when(mTemplateLayout).getLayoutDirection(); in testDividerInsetLegacyRtl()
149 doReturn(View.LAYOUT_DIRECTION_RTL).when(mTemplateLayout).getLayoutDirection(); in testDividerInsetsRtl()
/aosp12/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/shadows/
H A DShadowConfiguration.java42 mLayoutDir = View.LAYOUT_DIRECTION_RTL; in setLayoutDirection()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
H A DManagementPageIndicator.kt36 if (layoutDirection == View.LAYOUT_DIRECTION_RTL) {
/aosp12/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/template/
H A DListMixinTest.java133 doReturn(View.LAYOUT_DIRECTION_RTL).when(mTemplateLayout).getLayoutDirection(); in testDividerInsetLegacyRtl()
153 doReturn(View.LAYOUT_DIRECTION_RTL).when(mTemplateLayout).getLayoutDirection(); in testDividerInsetsRtl()
/aosp12/packages/apps/TV/src/com/android/tv/guide/
H A DTimelineRow.java85 return (getLayoutDirection() == LAYOUT_DIRECTION_RTL) ? FADING_EDGE_STRENGTH_START : 0; in getRightFadingEdgeStrength()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
H A DSetupStepIndicatorView.java46 mXRatio = (layoutDirection == ViewCompat.LAYOUT_DIRECTION_RTL) ? 1.0f - pos : pos; in setIndicatorPosition()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
H A DWallpaperThumbnailView.java78 if (getLayoutDirection() == LAYOUT_DIRECTION_RTL) { in recomputeImageMatrix()
H A DPreviewPager.java232 return ViewCompat.getLayoutDirection(mViewPager) == ViewCompat.LAYOUT_DIRECTION_RTL; in isRtl()
235 == ViewCompat.LAYOUT_DIRECTION_RTL; in isRtl()
/aosp12/packages/apps/PhoneCommon/src/com/android/phone/common/util/
H A DViewUtil.java59 return view.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL; in isViewLayoutRtl()
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/widget/
H A DRtlCompatibleViewPagerTest.java71 .isEqualTo(View.LAYOUT_DIRECTION_RTL); in testRtlCompatibleInner()
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/
H A DViewUtil.java57 return view.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL; in isViewLayoutRtl()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DViewPagerTabStrip.java100 return OsUtil.isAtLeastJB_MR2() ? getLayoutDirection() == View.LAYOUT_DIRECTION_RTL : false; in isRtl()
/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DRtlCompatibleViewPager.java88 == View.LAYOUT_DIRECTION_RTL) { in getRtlAwareIndex()
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DViewPagerTabStrip.java108 return getLayoutDirection() == View.LAYOUT_DIRECTION_RTL; in isRtl()
/aosp12/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()

123456