Home
last modified time | relevance | path

Searched refs:BELOW (Results 1 – 7 of 7) 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.java107 public static final int BELOW = 3; field in RelativeLayout
197 ABOVE, BELOW, ALIGN_BASELINE, ALIGN_TOP, ALIGN_BOTTOM
992 anchorParams = getRelatedViewParams(rules, BELOW); in applyVerticalSizeRules()
996 } else if (childParams.alignWithParent && rules[BELOW] != 0) { in applyVerticalSizeRules()
1249 @ViewDebug.IntToString(from = BELOW, to = "below"),
1325 rules[BELOW] = a.getResourceId(attr, 0); in LayoutParams()
1858 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/non-updatable-api/
Dcurrent.txt51402 field public static final int BELOW = 2; // 0x2
57828 field public static final int BELOW = 3; // 0x3
/frameworks/base/api/
Dcurrent.txt51546 field public static final int BELOW = 2; // 0x2
57972 field public static final int BELOW = 3; // 0x3