Searched refs:ALIGN_PARENT_LEFT (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java118 public static final int ALIGN_PARENT_LEFT = 9; field in class:RelativeLayout
770 if (0 != rules[ALIGN_PARENT_LEFT]) {
1023 @ViewDebug.IntToString(from = ALIGN_PARENT_LEFT, to = "alignParentLeft"),
1092 rules[ALIGN_PARENT_LEFT] = a.getBoolean(attr, false) ? TRUE : 0;

Completed in 39 milliseconds