Lines Matching defs:UNDEFINED

182     public static final int UNDEFINED = Integer.MIN_VALUE;
232 private static final int DEFAULT_COUNT = UNDEFINED;
666 return margin == UNDEFINED ? getDefaultMargin(view, lp, horizontal, leading) : margin;
726 final int count = (axis.definedCount != UNDEFINED) ? axis.definedCount : 0;
809 if (span.min != UNDEFINED && span.min < 0) {
814 if (count != UNDEFINED) {
1099 public int definedCount = UNDEFINED;
1100 private int maxIndex = UNDEFINED;
1148 return result == -1 ? UNDEFINED : result;
1152 if (maxIndex == UNDEFINED) {
1163 if (count != UNDEFINED && count < getMaxIndex()) {
1766 maxIndex = UNDEFINED;
1841 * {@code false}; otherwise {@link #UNDEFINED}, to
1845 * {@code false}; otherwise {@link #UNDEFINED}, to
1849 * {@code false}; otherwise {@link #UNDEFINED}, to
1853 * {@code false}; otherwise {@link #UNDEFINED}, to
1855 * <li>{@link #rowSpec}<code>.row</code> = {@link #UNDEFINED} </li>
1859 * <li>{@link #columnSpec}<code>.column</code> = {@link #UNDEFINED} </li>
1882 private static final int DEFAULT_MARGIN = UNDEFINED;
1883 private static final int DEFAULT_ROW = UNDEFINED;
1884 private static final int DEFAULT_COLUMN = UNDEFINED;
1885 private static final Interval DEFAULT_SPAN = new Interval(UNDEFINED, UNDEFINED + 1);
1920 public Spec rowSpec = Spec.UNDEFINED;
1934 public Spec columnSpec = Spec.UNDEFINED;
1966 this(Spec.UNDEFINED, Spec.UNDEFINED);
2015 // Here we use the value UNDEFINED (as distinct from zero) to represent the undefined state
2290 // todo test this works correctly when the returned value is UNDEFINED
2421 static final Spec UNDEFINED = spec(GridLayout.UNDEFINED);
2510 * To leave the start index undefined, use the value {@link #UNDEFINED}.
2518 return new Spec(start != UNDEFINED, start, size, alignment, weight);
2573 * To leave the start index undefined, use the value {@link #UNDEFINED}.
2590 * To leave the start index undefined, use the value {@link #UNDEFINED}.
2607 * To leave the start index undefined, use the value {@link #UNDEFINED}.
2688 return UNDEFINED;
2693 return UNDEFINED;
2698 return "UNDEFINED";
2844 return baseline == -1 ? UNDEFINED : baseline;
2901 return UNDEFINED;