Searched refs:ABOVE (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DTouchDelegate.java62 public static final int ABOVE = 1; field in class:TouchDelegate
/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java97 public static final int ABOVE = 2; field in class:RelativeLayout
191 ABOVE, BELOW, ALIGN_BASELINE, ALIGN_TOP, ALIGN_BOTTOM
960 anchorParams = getRelatedViewParams(rules, ABOVE);
964 } else if (childParams.alignWithParent && rules[ABOVE] != 0) {
1200 @ViewDebug.IntToString(from = ABOVE, to = "above"),
1270 rules[ABOVE] = a.getResourceId(attr, 0);

Completed in 42 milliseconds