Searched refs:START_OF (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | RelativeLayout.java | 170 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/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | Layout.java | 234 int rule = mBuilder.isNavBarVertical() ? RelativeLayout.START_OF : RelativeLayout.ABOVE; in createContentFrame() 295 params.addRule(RelativeLayout.START_OF, getId(ID_NAV_BAR)); in createStatusBar() 312 int rule = mBuilder.isNavBarVertical() ? RelativeLayout.START_OF : RelativeLayout.ABOVE; in createActionBar() 315 … if(rule == RelativeLayout.START_OF || appCompatActionBar || !mBuilder.hasAppCompatActionBar()) { in createActionBar() 354 params.addRule(RelativeLayout.START_OF, getId(ID_NAV_BAR)); in createTitleBar()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardStatusBarView.java | 340 lp.addRule(RelativeLayout.START_OF, R.id.status_icon_area); in updateLayoutParamsNoCutout() 372 lp.addRule(RelativeLayout.START_OF, R.id.cutout_space_view); in updateLayoutParamsForCutout()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 38177 field public static final int START_OF = 16; // 0x10
|
/frameworks/base/core/api/ |
D | current.txt | 60145 field public static final int START_OF = 16; // 0x10
|