Searched defs:BELOW (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
H A DTouchDelegate.java67 public static final int BELOW = 2; field in class:TouchDelegate
/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java92 public static final int BELOW = 3; field in class:RelativeLayout
287 graph.log(getResources(), ABOVE, BELOW, ALIGN_BASELINE, ALIGN_TOP, ALIGN_BOTTOM);
292 graph.getSortedViews(mSortedVerticalChildren, ABOVE, BELOW, ALIGN_BASELINE,
815 anchorParams = getRelatedViewParams(rules, BELOW);
819 } else if (childParams.alignWithParent && rules[BELOW] != 0) {
1042 @ViewDebug.IntToString(from = BELOW, to = "below"),
1088 rules[BELOW] = a.getResourceId(attr, 0);
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselView.java87 public static final int BELOW = 1 << 4; field in class:CarouselView.DetailAlignment

Completed in 110 milliseconds