Searched refs:END_OF (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | RelativeLayout.java | 168 public static final int END_OF = 17; field in RelativeLayout 196 LEFT_OF, RIGHT_OF, ALIGN_LEFT, ALIGN_RIGHT, START_OF, END_OF, ALIGN_START, ALIGN_END 1241 @ViewDebug.IntToString(from = END_OF, to = "endOf") 1341 rules[END_OF] = a.getResourceId(attr, 0); in LayoutParams() 1498 return (mInitialRules[START_OF] != 0 || mInitialRules[END_OF] != 0 || in hasRelativeRules() 1504 return rule == START_OF || rule == END_OF in isRelativeRule() 1557 if (mRules[END_OF] != 0) { in resolveRules() 1561 mRules[RIGHT_OF] = mRules[END_OF]; in resolveRules() 1563 mRules[END_OF] = 0; in resolveRules() 1602 if ((mRules[START_OF] != 0 || mRules[END_OF] != 0) && in resolveRules() [all …]
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | ImageCardView.java | 225 relativeLayoutParams.addRule(RelativeLayout.END_OF, mBadgeImage.getId()); in buildImageCardView() 243 relativeLayoutParams.addRule(RelativeLayout.END_OF, mBadgeImage.getId()); in buildImageCardView()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 38174 field public static final int END_OF = 17; // 0x11
|
/frameworks/base/api/ |
D | current.txt | 50864 field public static final int END_OF = 17; // 0x11
|
D | test-current.txt | 51337 field public static final int END_OF = 17; // 0x11
|
D | system-current.txt | 54822 field public static final int END_OF = 17; // 0x11
|