Searched refs:START_OF (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | RelativeLayout.java | 169 public static final int START_OF = 16; field in RelativeLayout 201 LEFT_OF, RIGHT_OF, ALIGN_LEFT, ALIGN_RIGHT, START_OF, END_OF, ALIGN_START, ALIGN_END 1259 @ViewDebug.IntToString(from = START_OF, to = "startOf"), 1364 rules[START_OF] = a.getResourceId(attr, 0); in LayoutParams() 1524 return (mInitialRules[START_OF] != 0 || mInitialRules[END_OF] != 0 || in hasRelativeRules() 1530 return rule == START_OF || rule == END_OF in isRelativeRule() 1574 if (mRules[START_OF] != 0) { in resolveRules() 1578 mRules[LEFT_OF] = mRules[START_OF]; in resolveRules() 1580 mRules[START_OF] = 0; in resolveRules() 1628 if ((mRules[START_OF] != 0 || mRules[END_OF] != 0) && in resolveRules() [all …]
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | Layout.java | 211 int rule = mBuilder.isNavBarVertical() ? RelativeLayout.START_OF : RelativeLayout.ABOVE; in createContentFrame() 271 params.addRule(RelativeLayout.START_OF, getId(ID_NAV_BAR)); in createStatusBar() 288 int rule = mBuilder.isNavBarVertical() ? RelativeLayout.START_OF : RelativeLayout.ABOVE; in createActionBar() 291 … if(rule == RelativeLayout.START_OF || appCompatActionBar || !mBuilder.hasAppCompatActionBar()) { in createActionBar() 330 params.addRule(RelativeLayout.START_OF, getId(ID_NAV_BAR)); in createTitleBar()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardStatusBarView.java | 257 lp.addRule(RelativeLayout.START_OF, R.id.status_icon_area); in updateLayoutParamsNoCutout() 292 lp.addRule(RelativeLayout.START_OF, R.id.cutout_space_view); in updateLayoutParamsForCutout()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 38177 field public static final int START_OF = 16; // 0x10
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 57835 field public static final int START_OF = 16; // 0x10
|
/frameworks/base/api/ |
D | current.txt | 57979 field public static final int START_OF = 16; // 0x10
|