Searched refs:START_OF (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | RelativeLayout.java | 164 public static final int START_OF = 16; field in RelativeLayout 196 LEFT_OF, RIGHT_OF, ALIGN_LEFT, ALIGN_RIGHT, START_OF, END_OF, ALIGN_START, ALIGN_END 1223 @ViewDebug.IntToString(from = START_OF, to = "startOf"), 1321 rules[START_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() 1531 if (mRules[START_OF] != 0) { in resolveRules() 1535 mRules[LEFT_OF] = mRules[START_OF]; in resolveRules() 1537 mRules[START_OF] = 0; in resolveRules() 1585 if ((mRules[START_OF] != 0 || mRules[END_OF] != 0) && in resolveRules() [all …]
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | Layout.java | 170 int rule = mBuilder.isNavBarVertical() ? START_OF : ABOVE; in createContentFrame() 227 params.addRule(START_OF, getId(ID_NAV_BAR)); in createStatusBar() 245 int rule = mBuilder.isNavBarVertical() ? START_OF : ABOVE; in createActionBar() 266 params.addRule(START_OF, getId(ID_NAV_BAR)); in createTitleBar()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | ImageCardView.java | 219 relativeLayoutParams.addRule(RelativeLayout.START_OF, mBadgeImage.getId()); in buildImageCardView() 233 relativeLayoutParams.removeRule(RelativeLayout.START_OF); in buildImageCardView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarHeaderView.java | 376 if (rule != lp.getRules()[RelativeLayout.START_OF]) { in updateSystemIconsLayoutParams() 377 lp.addRule(RelativeLayout.START_OF, rule); in updateSystemIconsLayoutParams()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 38177 field public static final int START_OF = 16; // 0x10
|
/frameworks/base/api/ |
D | current.txt | 47289 field public static final int START_OF = 16; // 0x10
|
D | test-current.txt | 47368 field public static final int START_OF = 16; // 0x10
|
D | system-current.txt | 50646 field public static final int START_OF = 16; // 0x10
|