Home
last modified time | relevance | path

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

/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/
DSurfaceViewAlphaActivity.java38 BELOW enumConstant
42 private ZOrder mZOrder = ZOrder.BELOW;
51 mZOrder = ZOrder.BELOW; in toggleZOrder()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayout.java247 params.addRule(RelativeLayout.BELOW, below); in createContentFrame()
327 layoutParams.addRule(RelativeLayout.BELOW, getId(ID_FRAMEWORK_BAR)); in createActionBar()
329 layoutParams.addRule(RelativeLayout.BELOW, getId(ID_STATUS_BAR)); in createActionBar()
335 layoutParams.addRule(RelativeLayout.BELOW, getId(ID_STATUS_BAR)); in createActionBar()
351 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/
DTimePickerClockDelegate.java483 } else if (params.getRule(RelativeLayout.BELOW) != 0
493 otherViewId = params.getRule(RelativeLayout.BELOW);
494 params.removeRule(RelativeLayout.BELOW);
499 params.addRule(RelativeLayout.BELOW, otherViewId);
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()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/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/core/api/
Dcurrent.txt52439 field public static final int BELOW = 2; // 0x2
60138 field public static final int BELOW = 3; // 0x3