Searched defs:ABOVE (Results 1 - 3 of 3) 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.java89 public static final int ABOVE = 2; field in class:RelativeLayout
157 ABOVE, BELOW, ALIGN_BASELINE, ALIGN_TOP, ALIGN_BOTTOM
826 anchorParams = getRelatedViewParams(rules, ABOVE);
830 } else if (childParams.alignWithParent && rules[ABOVE] != 0) {
1067 @ViewDebug.IntToString(from = ABOVE, to = "above"),
1120 rules[ABOVE] = a.getResourceId(attr, 0);
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselView.java85 public static final int ABOVE = 1 << 3; field in class:CarouselView.DetailAlignment

Completed in 245 milliseconds