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.cpp118 mPaintFlags(paint.paintFlags), mHyphenEdit(paint.hyphenEdit), mIsRtl(dir),
141 layout->doLayoutRun(mChars, mStart, mCount, mNchars, mIsRtl, ctx);
157 bool mIsRtl; member in class:android::LayoutCacheKey
236 && mIsRtl == other.mIsRtl
252 hash = JenkinsHashMix(hash, hash_type(mIsRtl));
444 bool mIsRtl; member in struct:android::BidiText::Iter::RunInfo
484 return Iter(mBidi, mStart, mEnd, 0, mRunCount, mIsRtl);
488 return Iter(mBidi, mStart, mEnd, mRunCount, mRunCount, mIsRtl);
497 bool mIsRtl; member in class:android::BidiText
[all...]

Completed in 1937 milliseconds