Searched refs:mIsRtl (Results 1 – 1 of 1) sorted by relevance
178 private boolean mIsRtl = true; field in Gallery399 int extremeItemPosition = motionToLeft != mIsRtl ? mItemCount - 1 : 0;471 int n = mIsRtl ? (numChildren - 1 - i) : i; in detachOffScreenChildren()481 if (!mIsRtl) { in detachOffScreenChildren()487 int n = mIsRtl ? numChildren - 1 - i : i; in detachOffScreenChildren()497 if (mIsRtl) { in detachOffScreenChildren()504 if (toLeft != mIsRtl) { in detachOffScreenChildren()604 mIsRtl = isLayoutRtl(); in layout()668 if (mIsRtl) { in fillToGalleryLeft()739 if (mIsRtl) { in fillToGalleryRight()[all …]