Home
last modified time | relevance | path

Searched refs:ALIGN_PARENT_START (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
DRelativeLayout.java181 public static final int ALIGN_PARENT_START = 20; field in RelativeLayout
1215 @ViewDebug.IntToString(from = ALIGN_PARENT_START, to = "alignParentStart"),
1321 rules[ALIGN_PARENT_START] = a.getBoolean(attr, false) ? TRUE : 0; in LayoutParams()
1451 mInitialRules[ALIGN_PARENT_START] != 0 || mInitialRules[ALIGN_PARENT_END] != 0); in hasRelativeRules()
1511 if (mRules[ALIGN_PARENT_START] != 0) { in resolveRules()
1515 mRules[ALIGN_PARENT_LEFT] = mRules[ALIGN_PARENT_START]; in resolveRules()
1517 mRules[ALIGN_PARENT_START] = 0; in resolveRules()
1564 if ((mRules[ALIGN_PARENT_START] != 0 || mRules[ALIGN_PARENT_END] != 0) && in resolveRules()
1570 if (mRules[ALIGN_PARENT_START] != 0) { in resolveRules()
1572 … mRules[isLayoutRtl ? ALIGN_PARENT_RIGHT : ALIGN_PARENT_LEFT] = mRules[ALIGN_PARENT_START]; in resolveRules()
[all …]
/frameworks/base/api/
Dcurrent.txt40893 field public static final int ALIGN_PARENT_START = 20; // 0x14
Dsystem-current.txt43499 field public static final int ALIGN_PARENT_START = 20; // 0x14