Home | History | Annotate | Download | only in widget

Lines Matching defs:BELOW

102     public static final int BELOW                    = 3;
192 ABOVE, BELOW, ALIGN_BASELINE, ALIGN_TOP, ALIGN_BOTTOM
442 // mode but there is no practical way to get it instead of running the code below.
970 anchorParams = getRelatedViewParams(rules, BELOW);
974 } else if (childParams.alignWithParent && rules[BELOW] != 0) {
1227 @ViewDebug.IntToString(from = BELOW, to = "below"),
1296 rules[BELOW] = a.getResourceId(attr, 0);