Home | History | Annotate | Download | only in widget

Lines Matching refs:ABOVE

98     public static final int ABOVE                    = 2;
192 ABOVE, BELOW, ALIGN_BASELINE, ALIGN_TOP, ALIGN_BOTTOM
642 * @return a negative number if the top of {@code p1} is above the top of
960 anchorParams = getRelatedViewParams(rules, ABOVE);
964 } else if (childParams.alignWithParent && rules[ABOVE] != 0) {
1197 @ViewDebug.IntToString(from = ABOVE, to = "above"),
1267 rules[ABOVE] = a.getResourceId(attr, 0);