Searched refs:ABOVE (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | TouchDelegate.java | 59 public static final int ABOVE = 1; field in TouchDelegate
|
/frameworks/base/core/java/android/widget/ |
D | TimePickerClockDelegate.java | 478 || params.getRule(RelativeLayout.ABOVE) != 0) { 489 params.addRule(RelativeLayout.ABOVE, otherViewId); 491 otherViewId = params.getRule(RelativeLayout.ABOVE); 492 params.removeRule(RelativeLayout.ABOVE);
|
D | RelativeLayout.java | 98 public static final int ABOVE = 2; field in RelativeLayout 192 ABOVE, BELOW, ALIGN_BASELINE, ALIGN_TOP, ALIGN_BOTTOM 963 anchorParams = getRelatedViewParams(rules, ABOVE); in applyVerticalSizeRules() 967 } else if (childParams.alignWithParent && rules[ABOVE] != 0) { in applyVerticalSizeRules() 1220 @ViewDebug.IntToString(from = ABOVE, to = "above"), 1296 rules[ABOVE] = a.getResourceId(attr, 0); in LayoutParams()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | Layout.java | 190 int rule = mBuilder.isNavBarVertical() ? START_OF : ABOVE; in createContentFrame() 266 int rule = mBuilder.isNavBarVertical() ? START_OF : ABOVE; in createActionBar()
|
/frameworks/support/development/checkstyle/ |
D | LICENSE | 449 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
|
/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/config/ |
D | hiddenapi-public-dex.txt | 50330 Landroid/view/TouchDelegate;->ABOVE:I 54979 Landroid/widget/RelativeLayout;->ABOVE:I
|
/frameworks/base/api/ |
D | current.txt | 47316 field public static final int ABOVE = 1; // 0x1 53128 field public static final int ABOVE = 2; // 0x2
|