Home | History | Annotate | Download | only in widget

Lines Matching defs:mIsRtl

183     private boolean mIsRtl = true;
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) {
898 addViewInLayout(child, fromLeft != mIsRtl ? -1 : 0, lp, true);
1502 mDownTouchPosition = mIsRtl ? (mFirstPosition + getChildCount() - 1) :
1510 mDownTouchPosition = mIsRtl ? mFirstPosition :