Searched refs:ABOVE (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | TouchDelegate.java | 65 public static final int ABOVE = 1; field in TouchDelegate
|
/frameworks/base/core/java/android/widget/ |
D | RelativeLayout.java | 103 public static final int ABOVE = 2; field in RelativeLayout 197 ABOVE, BELOW, ALIGN_BASELINE, ALIGN_TOP, ALIGN_BOTTOM 982 anchorParams = getRelatedViewParams(rules, ABOVE); in applyVerticalSizeRules() 986 } else if (childParams.alignWithParent && rules[ABOVE] != 0) { in applyVerticalSizeRules() 1239 @ViewDebug.IntToString(from = ABOVE, to = "above"), 1322 rules[ABOVE] = a.getResourceId(attr, 0); in LayoutParams() 1842 propertyReader.readResourceId(mAboveId, rules[ABOVE]); in readProperties()
|
D | TimePickerClockDelegate.java | 483 || params.getRule(RelativeLayout.ABOVE) != 0) { 494 params.addRule(RelativeLayout.ABOVE, otherViewId); 496 otherViewId = params.getRule(RelativeLayout.ABOVE); 497 params.removeRule(RelativeLayout.ABOVE);
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | Layout.java | 211 int rule = mBuilder.isNavBarVertical() ? RelativeLayout.START_OF : RelativeLayout.ABOVE; in createContentFrame() 288 int rule = mBuilder.isNavBarVertical() ? RelativeLayout.START_OF : RelativeLayout.ABOVE; in createActionBar()
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 449 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 33258 field public static final int ABOVE = 1; // 0x1 38156 field public static final int ABOVE = 2; // 0x2
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 51401 field public static final int ABOVE = 1; // 0x1 57814 field public static final int ABOVE = 2; // 0x2
|
/frameworks/base/api/ |
D | current.txt | 51545 field public static final int ABOVE = 1; // 0x1 57958 field public static final int ABOVE = 2; // 0x2
|