Searched defs:mIsRtl (Results 1 - 4 of 4) sorted by last modified time

/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.cpp113 mPaintFlags(paint.paintFlags), mHyphenEdit(paint.hyphenEdit), mIsRtl(dir) {
132 layout->doLayoutRun(mChars, mStart, mCount, mNchars, mIsRtl, ctx);
148 bool mIsRtl; member in class:android::LayoutCacheKey
241 && mIsRtl == other.mIsRtl
257 hash = JenkinsHashMix(hash, hash_type(mIsRtl));
/frameworks/base/core/java/android/widget/
H A DGallery.java182 private boolean mIsRtl = true; field in class:Gallery
421 int extremeItemPosition = motionToLeft != mIsRtl ? mItemCount - 1 : 0;
493 int n = mIsRtl ? (numChildren - 1 - i) : i;
503 if (!mIsRtl) {
509 int n = mIsRtl ? numChildren - 1 - i : i;
519 if (mIsRtl) {
526 if (toLeft != mIsRtl) {
627 mIsRtl = isLayoutRtl();
692 if (mIsRtl) {
763 if (mIsRtl) {
[all...]
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;

Completed in 115 milliseconds