Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayout.java169 int rule = mBuilder.isNavBarVertical() ? START_OF : ABOVE; in createContentFrame()
226 params.addRule(START_OF, getId(ID_NAV_BAR)); in createStatusBar()
242 int rule = mBuilder.isNavBarVertical() ? START_OF : ABOVE; in createActionBar()
263 params.addRule(START_OF, getId(ID_NAV_BAR)); in createTitleBar()
/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
1217 @ViewDebug.IntToString(from = START_OF, to = "startOf"),
1309 rules[START_OF] = a.getResourceId(attr, 0); in LayoutParams()
1449 return (mInitialRules[START_OF] != 0 || mInitialRules[END_OF] != 0 || in hasRelativeRules()
1493 if (mRules[START_OF] != 0) { in resolveRules()
1497 mRules[LEFT_OF] = mRules[START_OF]; in resolveRules()
1499 mRules[START_OF] = 0; in resolveRules()
1547 if ((mRules[START_OF] != 0 || mRules[END_OF] != 0) && in resolveRules()
1553 if (mRules[START_OF] != 0) { in resolveRules()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarHeaderView.java363 if (rule != lp.getRules()[RelativeLayout.START_OF]) { in updateSystemIconsLayoutParams()
364 lp.addRule(RelativeLayout.START_OF, rule); in updateSystemIconsLayoutParams()
/frameworks/base/api/
Dcurrent.txt40905 field public static final int START_OF = 16; // 0x10
Dsystem-current.txt43511 field public static final int START_OF = 16; // 0x10