Searched defs: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.java87 public static final int ABOVE = 2; field in class:RelativeLayout
276 graph.log(getResources(), ABOVE, BELOW, ALIGN_BASELINE, ALIGN_TOP, ALIGN_BOTTOM);
281 graph.getSortedViews(mSortedVerticalChildren, ABOVE, BELOW, ALIGN_BASELINE,
790 anchorParams = getRelatedViewParams(rules, ABOVE);
794 } else if (childParams.alignWithParent && rules[ABOVE] != 0) {
1018 @ViewDebug.IntToString(from = ABOVE, to = "above"),
1071 rules[ABOVE] = a.getResourceId(attr, 0);

Completed in 53 milliseconds