Home | History | Annotate | Download | only in widget

Lines Matching defs:mLeft

28     private int mLeft = 0;
39 return mLeft;
47 return mIsRtl ? mRight : mLeft;
51 return mIsRtl ? mLeft : mRight;
59 if (end != UNDEFINED) mLeft = end;
62 if (start != UNDEFINED) mLeft = start;
69 if (left != UNDEFINED) mLeft = mExplicitLeft = left;
80 mLeft = mEnd != UNDEFINED ? mEnd : mExplicitLeft;
83 mLeft = mStart != UNDEFINED ? mStart : mExplicitLeft;
87 mLeft = mExplicitLeft;