Searched refs:ABOVE (Results 1 – 10 of 10) 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 | 477 || params.getRule(RelativeLayout.ABOVE) != 0) { 488 params.addRule(RelativeLayout.ABOVE, otherViewId); 490 otherViewId = params.getRule(RelativeLayout.ABOVE); 491 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/api/ |
D | current.txt | 45344 field public static final int ABOVE = 1; // 0x1 50846 field public static final int ABOVE = 2; // 0x2
|
D | test-current.txt | 45794 field public static final int ABOVE = 1; // 0x1 51319 field public static final int ABOVE = 2; // 0x2
|
D | system-current.txt | 48931 field public static final int ABOVE = 1; // 0x1 54804 field public static final int ABOVE = 2; // 0x2
|