Home | History | Annotate | Download | only in widget

Lines Matching refs:isLayoutRtl

463         if (isLayoutRtl() && myWidth == -1) {
500 if (isLayoutRtl()) {
632 if (isLayoutRtl()) {
845 if (isLayoutRtl()) {
1437 final boolean isLayoutRtl = (layoutDirection == View.LAYOUT_DIRECTION_RTL);
1507 mRules[isLayoutRtl ? ALIGN_RIGHT : ALIGN_LEFT] = mRules[ALIGN_START];
1512 mRules[isLayoutRtl ? ALIGN_LEFT : ALIGN_RIGHT] = mRules[ALIGN_END];
1524 mRules[isLayoutRtl ? RIGHT_OF : LEFT_OF] = mRules[START_OF];
1529 mRules[isLayoutRtl ? LEFT_OF : RIGHT_OF] = mRules[END_OF];
1541 mRules[isLayoutRtl ? ALIGN_PARENT_RIGHT : ALIGN_PARENT_LEFT] = mRules[ALIGN_PARENT_START];
1546 mRules[isLayoutRtl ? ALIGN_PARENT_LEFT : ALIGN_PARENT_RIGHT] = mRules[ALIGN_PARENT_END];
1592 final boolean isLayoutRtl = isLayoutRtl();
1593 if (isLayoutRtl) {