Searched refs: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
422 int extremeItemPosition = motionToLeft != mIsRtl ? mItemCount - 1 : 0;
494 int n = mIsRtl ? (numChildren - 1 - i) : i;
504 if (!mIsRtl) {
510 int n = mIsRtl ? numChildren - 1 - i : i;
520 if (mIsRtl) {
527 if (toLeft != mIsRtl) {
628 mIsRtl = isLayoutRtl();
693 if (mIsRtl) {
764 if (mIsRtl) {
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DRtlSpacingHelper.java37 private boolean mIsRtl = false; field in class:RtlSpacingHelper
49 return mIsRtl ? mRight : mLeft;
53 return mIsRtl ? mLeft : mRight;
60 if (mIsRtl) {
76 if (isRtl == mIsRtl) {
79 mIsRtl = isRtl;
/frameworks/minikin/libs/minikin/
H A DLayout.cpp81 mPaintFlags(paint.paintFlags), mIsRtl(dir),
101 layout->doLayoutRun(mChars, mStart, mCount, mNchars, mIsRtl, ctx);
116 bool mIsRtl; member in class:android::LayoutCacheKey
197 && mIsRtl == other.mIsRtl
212 hash = JenkinsHashMix(hash, hash_type(mIsRtl));

Completed in 125 milliseconds