Home
last modified time | relevance | path

Searched refs:START_OF (Results 1 – 4 of 4) sorted by relevance

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayout.java211 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/core/java/android/widget/
DRelativeLayout.java170 public static final int START_OF = 16; field in RelativeLayout
202 LEFT_OF, RIGHT_OF, ALIGN_LEFT, ALIGN_RIGHT, START_OF, END_OF, ALIGN_START, ALIGN_END
1260 @ViewDebug.IntToString(from = START_OF, to = "startOf"),
1365 rules[START_OF] = a.getResourceId(attr, 0); in LayoutParams()
1525 return (mInitialRules[START_OF] != 0 || mInitialRules[END_OF] != 0 || in hasRelativeRules()
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()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardStatusBarView.java257 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/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...