Searched defs:mIsRtl (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRtlSpacingHelper.java35 private boolean mIsRtl = false; field in class:RtlSpacingHelper
47 return mIsRtl ? mRight : mLeft;
51 return mIsRtl ? mLeft : mRight;
58 if (mIsRtl) {
74 if (isRtl == mIsRtl) {
77 mIsRtl = isRtl;
H A DGallery.java183 private boolean mIsRtl = true; field in class:Gallery
429 int extremeItemPosition = motionToLeft != mIsRtl ? mItemCount - 1 : 0;
501 int n = mIsRtl ? (numChildren - 1 - i) : i;
511 if (!mIsRtl) {
517 int n = mIsRtl ? numChildren - 1 - i : i;
527 if (mIsRtl) {
534 if (toLeft != mIsRtl) {
635 mIsRtl = isLayoutRtl();
700 if (mIsRtl) {
771 if (mIsRtl) {
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DRtlSpacingHelper.java35 private boolean mIsRtl = false; field in class:RtlSpacingHelper
47 return mIsRtl ? mRight : mLeft;
51 return mIsRtl ? mLeft : mRight;
58 if (mIsRtl) {
74 if (isRtl == mIsRtl) {
77 mIsRtl = isRtl;
/frameworks/minikin/libs/minikin/
H A DLayout.cpp77 mPaintFlags(paint.paintFlags), mHyphenEdit(paint.hyphenEdit), mIsRtl(dir),
100 layout->doLayoutRun(mChars, mStart, mCount, mNchars, mIsRtl, ctx, collection);
116 bool mIsRtl; member in class:minikin::LayoutCacheKey
194 && mIsRtl == other.mIsRtl
210 hash = android::JenkinsHashMix(hash, hash_type(mIsRtl));
399 bool mIsRtl; member in struct:minikin::BidiText::Iter::RunInfo
439 return Iter(mBidi, mStart, mEnd, 0, mRunCount, mIsRtl);
443 return Iter(mBidi, mStart, mEnd, mRunCount, mRunCount, mIsRtl);
452 bool mIsRtl; member in class:minikin::BidiText
[all...]

Completed in 168 milliseconds