Searched refs:ALIGN_START (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | RelativeLayout.java | 172 public static final int ALIGN_START = 18; field in RelativeLayout 196 LEFT_OF, RIGHT_OF, ALIGN_LEFT, ALIGN_RIGHT, START_OF, END_OF, ALIGN_START, ALIGN_END 1219 @ViewDebug.IntToString(from = ALIGN_START, to = "alignStart"), 1327 rules[ALIGN_START] = a.getResourceId(attr, 0); in LayoutParams() 1482 mInitialRules[ALIGN_START] != 0 || mInitialRules[ALIGN_END] != 0 || in hasRelativeRules() 1488 || rule == ALIGN_START || rule == ALIGN_END in isRelativeRule() 1513 if (mRules[ALIGN_START] != 0) { in resolveRules() 1517 mRules[ALIGN_LEFT] = mRules[ALIGN_START]; in resolveRules() 1519 mRules[ALIGN_START] = 0; in resolveRules() 1568 if ((mRules[ALIGN_START] != 0 || mRules[ALIGN_END] != 0) && in resolveRules() [all …]
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 38168 field public static final int ALIGN_START = 18; // 0x12
|
/frameworks/base/api/ |
D | current.txt | 47280 field public static final int ALIGN_START = 18; // 0x12
|
D | test-current.txt | 47359 field public static final int ALIGN_START = 18; // 0x12
|
D | system-current.txt | 50637 field public static final int ALIGN_START = 18; // 0x12
|