Home
last modified time | relevance | path

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

123

/frameworks/support/v4/java/android/support/v4/text/
DTextUtilsCompat.java83 return ViewCompat.LAYOUT_DIRECTION_RTL; in getLayoutDirectionFromLocale()
106 return ViewCompat.LAYOUT_DIRECTION_RTL; in getLayoutDirectionFromFirstChar()
DTextDirectionHeuristicsCompat.java251 return (dir == ViewCompat.LAYOUT_DIRECTION_RTL); in defaultIsRtl()
/frameworks/base/core/java/android/transition/
DSidePropagation.java126 final boolean isRtl = sceneRoot.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL; in distance()
129 final boolean isRtl = sceneRoot.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL; in distance()
DSlide.java82 final boolean isRtl = sceneRoot.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
110 final boolean isRtl = sceneRoot.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DViewUtils.java53 return ViewCompat.getLayoutDirection(view) == ViewCompat.LAYOUT_DIRECTION_RTL; in isLayoutRtl()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DHorizontalHoverCardSwitcher.java51 boolean isRtl = ViewCompat.getLayoutDirection(view) == View.LAYOUT_DIRECTION_RTL; in onViewSelected()
DActionPresenterSelector.java99 if (vh.mLayoutDirection == View.LAYOUT_DIRECTION_RTL) { in onBindViewHolder()
DScaleFrameLayout.java67 final float pivotX = (layoutDirection == View.LAYOUT_DIRECTION_RTL) ? in onLayout()
DStreamingTextView.java281 return View.LAYOUT_DIRECTION_RTL == view.getLayoutDirection(); in isLayoutRtl()
/frameworks/base/core/java/android/view/
DGravity.java419 if (layoutDirection == View.LAYOUT_DIRECTION_RTL) { in getAbsoluteGravity()
429 if (layoutDirection == View.LAYOUT_DIRECTION_RTL) { in getAbsoluteGravity()
/frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
DSlideKitkat.java121 if (view.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL) {
132 if (view.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DDismissViewButton.java76 boolean isRtl = (getLayoutDirection() == View.LAYOUT_DIRECTION_RTL); in onDraw()
/frameworks/base/core/java/android/text/
DTextDirectionHeuristics.java257 return (dir == View.LAYOUT_DIRECTION_RTL); in defaultIsRtl()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
DPdfManipulationService.java141 if (configuration.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL) { in renderPage()
269 .getLayoutDirection() == View.LAYOUT_DIRECTION_RTL; in applyPrintAttributes()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DSignalTileView.java87 boolean isRtl = getLayoutDirection() == LAYOUT_DIRECTION_RTL; in layoutIndicator()
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
DBiDiTestGridLayoutCodeRtl.java67 layout.setLayoutDirection(View.LAYOUT_DIRECTION_RTL); in create()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java1684 boolean start = getLayoutDirection() == LAYOUT_DIRECTION_RTL ? rightPage : !rightPage; in onAnimationToSideStarted()
1728 boolean start = getLayoutDirection() == LAYOUT_DIRECTION_RTL ? right : !right; in onEdgeClicked()
1771 return getLayoutDirection() == LAYOUT_DIRECTION_RTL in getLeftIcon()
1783 return getLayoutDirection() == LAYOUT_DIRECTION_RTL in getRightIcon()
1790 return getLayoutDirection() == LAYOUT_DIRECTION_RTL in getLeftPreview()
1797 return getLayoutDirection() == LAYOUT_DIRECTION_RTL in getRightPreview()
DNavigationBarView.java472 boolean isRtl = (getLayoutDirection() == View.LAYOUT_DIRECTION_RTL); in updateTaskSwitchHelper()
518 .getLayoutDirection() == LAYOUT_DIRECTION_RTL; in updateRTLOrder()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DHeadersFragment.java113 v.setPivotX(v.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL ? v.getWidth() : 0);
DHeadersSupportFragment.java115 v.setPivotX(v.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL ? v.getWidth() : 0);
DVerticalGridFragment.java307 View.LAYOUT_DIRECTION_RTL;
DVerticalGridSupportFragment.java309 View.LAYOUT_DIRECTION_RTL;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
DScreenPinningRequest.java234 != View.LAYOUT_DIRECTION_RTL) { in swapChildrenIfRtlAndVertical()
DRecents.java192 if (layoutDirection == View.LAYOUT_DIRECTION_RTL) { in toggleRecents()
/frameworks/support/v4/java/android/support/v4/app/
DActionBarDrawerToggle.java545 mActivity.getWindow().getDecorView()) == ViewCompat.LAYOUT_DIRECTION_RTL; in draw()

123