Searched refs:mIsRtl (Results 1 – 5 of 5) sorted by relevance
/frameworks/support/v7/appcompat/src/android/support/v7/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()
|
/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 | 183 private boolean mIsRtl = true; field in Gallery 429 int extremeItemPosition = motionToLeft != mIsRtl ? mItemCount - 1 : 0; 501 int n = mIsRtl ? (numChildren - 1 - i) : i; in detachOffScreenChildren() 511 if (!mIsRtl) { in detachOffScreenChildren() 517 int n = mIsRtl ? numChildren - 1 - i : i; in detachOffScreenChildren() 527 if (mIsRtl) { in detachOffScreenChildren() 534 if (toLeft != mIsRtl) { in detachOffScreenChildren() 635 mIsRtl = isLayoutRtl(); in layout() 700 if (mIsRtl) { in fillToGalleryLeft() 771 if (mIsRtl) { in fillToGalleryRight() [all …]
|
/frameworks/minikin/libs/minikin/ |
D | Layout.cpp | 77 mPaintFlags(paint.paintFlags), mHyphenEdit(paint.hyphenEdit), mIsRtl(dir), in LayoutCacheKey() 100 layout->doLayoutRun(mChars, mStart, mCount, mNchars, mIsRtl, ctx, collection); in doLayout() 116 bool mIsRtl; member in minikin::LayoutCacheKey 194 && mIsRtl == other.mIsRtl in operator ==() 210 hash = android::JenkinsHashMix(hash, hash_type(mIsRtl)); in computeHash() 399 bool mIsRtl; member 439 return Iter(mBidi, mStart, mEnd, 0, mRunCount, mIsRtl); in begin() 443 return Iter(mBidi, mStart, mEnd, mRunCount, mRunCount, mIsRtl); in end() 452 bool mIsRtl; member in minikin::BidiText 465 mRunInfo.mIsRtl = isRtl; in Iter() [all …]
|
/frameworks/support/design/src/android/support/design/widget/ |
D | CollapsingTextHelper.java | 84 private boolean mIsRtl; 402 mIsRtl ? ViewCompat.LAYOUT_DIRECTION_RTL : ViewCompat.LAYOUT_DIRECTION_LTR); in calculateBaseOffsets() 434 mIsRtl ? ViewCompat.LAYOUT_DIRECTION_RTL : ViewCompat.LAYOUT_DIRECTION_LTR); in calculateBaseOffsets() 614 mIsRtl = calculateIsRtl(mTextToDraw); in calculateUsingTextSize()
|