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

/frameworks/base/core/java/android/view/
H A DTouchDelegate.java62 public static final int ABOVE = 1; field in class:TouchDelegate
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselView.java85 public static final int ABOVE = 1 << 3; field in class:CarouselView.DetailAlignment
H A Dcarousel.rs104 ABOVE = 1 << 3,
/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
939 anchorParams = getRelatedViewParams(rules, ABOVE);
943 } else if (childParams.alignWithParent && rules[ABOVE] != 0) {
1179 @ViewDebug.IntToString(from = ABOVE, to = "above"),
1252 rules[ABOVE] = a.getResourceId(attr, 0);

Completed in 182 milliseconds