Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRelativeLayout.java164 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/
DLayout.java170 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/
DImageCardView.java219 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/
DStatusBarHeaderView.java376 if (rule != lp.getRules()[RelativeLayout.START_OF]) { in updateSystemIconsLayoutParams()
377 lp.addRule(RelativeLayout.START_OF, rule); in updateSystemIconsLayoutParams()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt38177 field public static final int START_OF = 16; // 0x10
/frameworks/base/api/
Dcurrent.txt47289 field public static final int START_OF = 16; // 0x10
Dtest-current.txt47368 field public static final int START_OF = 16; // 0x10
Dsystem-current.txt50646 field public static final int START_OF = 16; // 0x10