Searched refs:mIsRtl (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | RtlSpacingHelper.java | 35 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()
|
D | Gallery.java | 191 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/ |
D | LayoutSplitter.h | 58 : 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
|
D | BidiUtils.cpp | 56 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()
|
D | MeasuredText.cpp | 59 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()
|
D | BidiUtils.h | 82 bool mIsRtl; // The paragraph direction. variable
|
/frameworks/minikin/include/minikin/ |
D | LayoutCache.h | 57 mIsRtl(dir), in LayoutCacheKey() 66 mEndHyphen == o.mEndHyphen && mIsRtl == o.mIsRtl && mNchars == o.mNchars && 101 bool mIsRtl; variable 121 .update(mIsRtl) in computeHash()
|
D | MeasuredText.h | 87 : 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/ |
D | PrivacyChipDrawable.java | 73 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/ |
D | MeasuredText_Builder_Delegate.java | 116 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/ |
D | hiddenapi-max-target-o.txt | 71010 Landroid/widget/Gallery;->mIsRtl:Z 72692 Landroid/widget/RtlSpacingHelper;->mIsRtl:Z
|