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 1224 @ViewDebug.IntToString(from = END_OF, to = "endOf") 1324 rules[END_OF] = a.getResourceId(attr, 0); in LayoutParams() 1481 return (mInitialRules[START_OF] != 0 || mInitialRules[END_OF] != 0 || in hasRelativeRules() 1487 return rule == START_OF || rule == END_OF in isRelativeRule() 1540 if (mRules[END_OF] != 0) { in resolveRules() 1544 mRules[RIGHT_OF] = mRules[END_OF]; in resolveRules() 1546 mRules[END_OF] = 0; in resolveRules() 1585 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 | 217 relativeLayoutParams.addRule(RelativeLayout.END_OF, mBadgeImage.getId()); in buildImageCardView() 235 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 | 47286 field public static final int END_OF = 17; // 0x11
|
D | test-current.txt | 47365 field public static final int END_OF = 17; // 0x11
|
D | system-current.txt | 50643 field public static final int END_OF = 17; // 0x11
|