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

/frameworks/base/core/java/android/view/
H A DTouchDelegate.java67 public static final int BELOW = 2; field in class:TouchDelegate
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselView.java87 public static final int BELOW = 1 << 4; field in class:CarouselView.DetailAlignment
H A Dcarousel.rs106 BELOW = 1 << 4,
871 if (detailTextureAlignment & BELOW) {
887 if (detailTextureAlignment & BELOW) {
906 if (detailTextureAlignment & BELOW) {
955 if (detailTextureAlignment & BELOW) {
/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java93 public static final int BELOW = 3; field in class:RelativeLayout
183 ABOVE, BELOW, ALIGN_BASELINE, ALIGN_TOP, ALIGN_BOTTOM
875 anchorParams = getRelatedViewParams(rules, BELOW);
879 } else if (childParams.alignWithParent && rules[BELOW] != 0) {
1119 @ViewDebug.IntToString(from = BELOW, to = "below"),
1179 rules[BELOW] = a.getResourceId(attr, 0);

Completed in 72 milliseconds