Searched refs:ALIGN_END (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | RelativeLayout.java | 182 public static final int ALIGN_END = 19; field in RelativeLayout 202 LEFT_OF, RIGHT_OF, ALIGN_LEFT, ALIGN_RIGHT, START_OF, END_OF, ALIGN_START, ALIGN_END 1257 @ViewDebug.IntToString(from = ALIGN_END, to = "alignEnd"), 1374 rules[ALIGN_END] = a.getResourceId(attr, 0); in LayoutParams() 1526 mInitialRules[ALIGN_START] != 0 || mInitialRules[ALIGN_END] != 0 || in hasRelativeRules() 1532 || rule == ALIGN_START || rule == ALIGN_END in isRelativeRule() 1566 if (mRules[ALIGN_END] != 0) { in resolveRules() 1570 mRules[ALIGN_RIGHT] = mRules[ALIGN_END]; in resolveRules() 1572 mRules[ALIGN_END] = 0; in resolveRules() 1612 if ((mRules[ALIGN_START] != 0 || mRules[ALIGN_END] != 0) && in resolveRules() [all …]
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 38159 field public static final int ALIGN_END = 19; // 0x13
|
/frameworks/base/api/ |
D | current.txt | 60388 field public static final int ALIGN_END = 19; // 0x13
|