Searched refs:START_OF (Results 1 – 4 of 4) sorted by relevance
170 public static final int START_OF = 16; field in RelativeLayout1260 @ViewDebug.IntToString(from = START_OF, to = "startOf"),1365 rules[START_OF] = a.getResourceId(attr, 0); in LayoutParams()1531 return rule == START_OF || rule == END_OF in isRelativeRule()1575 if (mRules[START_OF] != 0) { in resolveRules()1579 mRules[LEFT_OF] = mRules[START_OF]; in resolveRules()1581 mRules[START_OF] = 0; in resolveRules()1629 if ((mRules[START_OF] != 0 || mRules[END_OF] != 0) && in resolveRules()1635 if (mRules[START_OF] != 0) { in resolveRules()1638 mRules[START_OF] = 0; in resolveRules()[all …]
324 lp.addRule(RelativeLayout.START_OF, R.id.status_icon_area); in updateLayoutParamsNoCutout()356 lp.addRule(RelativeLayout.START_OF, R.id.cutout_space_view); in updateLayoutParamsForCutout()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
59511 field public static final int START_OF = 16; // 0x10