Home
last modified time | relevance | path

Searched refs:BELOW (Results 1 – 6 of 6) sorted by relevance

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayout.java224 params.addRule(RelativeLayout.BELOW, below); in createContentFrame()
303 layoutParams.addRule(RelativeLayout.BELOW, getId(ID_FRAMEWORK_BAR)); in createActionBar()
305 layoutParams.addRule(RelativeLayout.BELOW, getId(ID_STATUS_BAR)); in createActionBar()
311 layoutParams.addRule(RelativeLayout.BELOW, getId(ID_STATUS_BAR)); in createActionBar()
327 params.addRule(RelativeLayout.BELOW, getId(ID_STATUS_BAR)); in createTitleBar()
/frameworks/base/core/java/android/view/
DTouchDelegate.java70 public static final int BELOW = 2; field in TouchDelegate
/frameworks/base/core/java/android/widget/
DRelativeLayout.java108 public static final int BELOW = 3; field in RelativeLayout
198 ABOVE, BELOW, ALIGN_BASELINE, ALIGN_TOP, ALIGN_BOTTOM
993 anchorParams = getRelatedViewParams(rules, BELOW); in applyVerticalSizeRules()
997 } else if (childParams.alignWithParent && rules[BELOW] != 0) { in applyVerticalSizeRules()
1250 @ViewDebug.IntToString(from = BELOW, to = "below"),
1326 rules[BELOW] = a.getResourceId(attr, 0); in LayoutParams()
1859 propertyReader.readResourceId(mBelowId, rules[BELOW]); in readProperties()
DTimePickerClockDelegate.java482 } else if (params.getRule(RelativeLayout.BELOW) != 0
492 otherViewId = params.getRule(RelativeLayout.BELOW);
493 params.removeRule(RelativeLayout.BELOW);
498 params.addRule(RelativeLayout.BELOW, otherViewId);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33259 field public static final int BELOW = 2; // 0x2
38170 field public static final int BELOW = 3; // 0x3
/frameworks/base/api/
Dcurrent.txt50038 field public static final int BELOW = 2; // 0x2
56464 field public static final int BELOW = 3; // 0x3