Home
last modified time | relevance | path

Searched refs:mIsRtl (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/widget/
DRtlSpacingHelper.java35 private boolean mIsRtl = false; field in RtlSpacingHelper
47 return mIsRtl ? mRight : mLeft; in getStart()
51 return mIsRtl ? mLeft : mRight; in getEnd()
58 if (mIsRtl) { in setRelative()
74 if (isRtl == mIsRtl) { in setDirection()
77 mIsRtl = isRtl; in setDirection()
DGallery.java191 private boolean mIsRtl = true; field in Gallery
441 int extremeItemPosition = motionToLeft != mIsRtl ? mItemCount - 1 : 0;
515 int n = mIsRtl ? (numChildren - 1 - i) : i; in detachOffScreenChildren()
525 if (!mIsRtl) { in detachOffScreenChildren()
531 int n = mIsRtl ? numChildren - 1 - i : i; in detachOffScreenChildren()
541 if (mIsRtl) { in detachOffScreenChildren()
548 if (toLeft != mIsRtl) { in detachOffScreenChildren()
649 mIsRtl = isLayoutRtl(); in layout()
715 if (mIsRtl) { in fillToGalleryLeft()
787 if (mIsRtl) { in fillToGalleryRight()
[all …]
/frameworks/minikin/libs/minikin/
DLayoutSplitter.h58 : mTextBuf(textBuf), mRange(range), mIsRtl(isRtl) {} in LayoutSplitter()
73 if (mParent->mIsRtl) {
95 if (parent->mIsRtl) { in iterator()
115 iterator begin() const { return iterator(this, mIsRtl ? mRange.getEnd() : mRange.getStart()); } in begin()
116 iterator end() const { return iterator(this, mIsRtl ? mRange.getStart() : mRange.getEnd()); } in end()
121 bool mIsRtl; // The paragraph direction. variable
DBidiUtils.cpp56 return {mRange, mIsRtl}; in getRunInfoAt()
76 : mRange(range), mIsRtl(isRtl(bidiFlags)), mRunCount(1 /* by default, single run */) { in BidiText()
110 mIsRtl = paraIsRTL; in BidiText()
117 mIsRtl = (runDir == UBIDI_RTL); in BidiText()
DMeasuredText.cpp59 const Bidi bidiFlag = mIsRtl ? Bidi::FORCE_RTL : Bidi::FORCE_LTR; in getMetrics()
110 const Bidi bidiFlag = mIsRtl ? Bidi::FORCE_RTL : Bidi::FORCE_LTR; in measureHyphenPiece()
189 const Bidi bidiFlag = mIsRtl ? Bidi::FORCE_RTL : Bidi::FORCE_LTR; in appendLayout()
244 const Bidi bidiFlag = mIsRtl ? Bidi::FORCE_RTL : Bidi::FORCE_LTR; in getBounds()
274 Bidi bidiFlag = mIsRtl ? Bidi::FORCE_RTL : Bidi::FORCE_LTR; in getExtent()
DBidiUtils.h82 bool mIsRtl; // The paragraph direction. variable
/frameworks/minikin/include/minikin/
DLayoutCache.h57 mIsRtl(dir), in LayoutCacheKey()
66 mEndHyphen == o.mEndHyphen && mIsRtl == o.mIsRtl && mNchars == o.mNchars &&
101 bool mIsRtl; variable
121 .update(mIsRtl) in computeHash()
DMeasuredText.h87 : Run(range), mPaint(std::move(paint)), mIsRtl(isRtl) {} in StyleRun()
91 bool isRtl() const override { return mIsRtl; } in isRtl()
115 const bool mIsRtl; variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/television/
DPrivacyChipDrawable.java73 private boolean mIsRtl; field in PrivacyChipDrawable
177 mIsRtl ? bounds.left : bounds.right - mBgWidth, in draw()
179 mIsRtl ? bounds.left + mBgWidth : bounds.right, in draw()
186 mIsRtl ? bounds.left + mMarginEnd : bounds.right - mWidth - mMarginEnd, in draw()
188 mIsRtl ? bounds.left + mWidth + mMarginEnd : bounds.right - mMarginEnd, in draw()
387 mIsRtl = isRtl; in setRtl()
/frameworks/layoutlib/bridge/src/android/graphics/text/
DMeasuredText_Builder_Delegate.java116 private final boolean mIsRtl; field in MeasuredText_Builder_Delegate.StyleRun
121 mIsRtl = isRtl; in StyleRun()
126 int bidiFlags = mIsRtl ? Paint.BIDI_FORCE_RTL : Paint.BIDI_FORCE_LTR; in addTo()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt71010 Landroid/widget/Gallery;->mIsRtl:Z
72692 Landroid/widget/RtlSpacingHelper;->mIsRtl:Z