Home
last modified time | relevance | path

Searched refs:mIsRtl (Results 1 – 10 of 10) 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
440 int extremeItemPosition = motionToLeft != mIsRtl ? mItemCount - 1 : 0;
514 int n = mIsRtl ? (numChildren - 1 - i) : i; in detachOffScreenChildren()
524 if (!mIsRtl) { in detachOffScreenChildren()
530 int n = mIsRtl ? numChildren - 1 - i : i; in detachOffScreenChildren()
540 if (mIsRtl) { in detachOffScreenChildren()
547 if (toLeft != mIsRtl) { in detachOffScreenChildren()
648 mIsRtl = isLayoutRtl(); in layout()
714 if (mIsRtl) { in fillToGalleryLeft()
786 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()
234 const Bidi bidiFlag = mIsRtl ? Bidi::FORCE_RTL : Bidi::FORCE_LTR; in getBounds()
264 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/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/config/
Dhiddenapi-greylist-max-o.txt82116 Landroid/widget/Gallery;->mIsRtl:Z
83798 Landroid/widget/RtlSpacingHelper;->mIsRtl:Z