Searched refs:LAYOUT_DIRECTION_RTL (Results 1 – 25 of 58) sorted by relevance
123
83 return ViewCompat.LAYOUT_DIRECTION_RTL; in getLayoutDirectionFromLocale()106 return ViewCompat.LAYOUT_DIRECTION_RTL; in getLayoutDirectionFromFirstChar()
251 return (dir == ViewCompat.LAYOUT_DIRECTION_RTL); in defaultIsRtl()
126 final boolean isRtl = sceneRoot.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL; in distance()129 final boolean isRtl = sceneRoot.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL; in distance()
82 final boolean isRtl = sceneRoot.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;110 final boolean isRtl = sceneRoot.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
53 return ViewCompat.getLayoutDirection(view) == ViewCompat.LAYOUT_DIRECTION_RTL; in isLayoutRtl()
51 boolean isRtl = ViewCompat.getLayoutDirection(view) == View.LAYOUT_DIRECTION_RTL; in onViewSelected()
99 if (vh.mLayoutDirection == View.LAYOUT_DIRECTION_RTL) { in onBindViewHolder()
67 final float pivotX = (layoutDirection == View.LAYOUT_DIRECTION_RTL) ? in onLayout()
281 return View.LAYOUT_DIRECTION_RTL == view.getLayoutDirection(); in isLayoutRtl()
419 if (layoutDirection == View.LAYOUT_DIRECTION_RTL) { in getAbsoluteGravity()429 if (layoutDirection == View.LAYOUT_DIRECTION_RTL) { in getAbsoluteGravity()
121 if (view.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL) {132 if (view.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL) {
76 boolean isRtl = (getLayoutDirection() == View.LAYOUT_DIRECTION_RTL); in onDraw()
257 return (dir == View.LAYOUT_DIRECTION_RTL); in defaultIsRtl()
141 if (configuration.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL) { in renderPage()269 .getLayoutDirection() == View.LAYOUT_DIRECTION_RTL; in applyPrintAttributes()
87 boolean isRtl = getLayoutDirection() == LAYOUT_DIRECTION_RTL; in layoutIndicator()
67 layout.setLayoutDirection(View.LAYOUT_DIRECTION_RTL); in create()
1684 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()
472 boolean isRtl = (getLayoutDirection() == View.LAYOUT_DIRECTION_RTL); in updateTaskSwitchHelper()518 .getLayoutDirection() == LAYOUT_DIRECTION_RTL; in updateRTLOrder()
113 v.setPivotX(v.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL ? v.getWidth() : 0);
115 v.setPivotX(v.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL ? v.getWidth() : 0);
307 View.LAYOUT_DIRECTION_RTL;
309 View.LAYOUT_DIRECTION_RTL;
234 != View.LAYOUT_DIRECTION_RTL) { in swapChildrenIfRtlAndVertical()
192 if (layoutDirection == View.LAYOUT_DIRECTION_RTL) { in toggleRecents()
545 mActivity.getWindow().getDecorView()) == ViewCompat.LAYOUT_DIRECTION_RTL; in draw()