Lines Matching defs:UNDEFINED

188     public static final int UNDEFINED = Integer.MIN_VALUE;
238 private static final int DEFAULT_COUNT = UNDEFINED;
672 return margin == UNDEFINED ? getDefaultMargin(view, lp, horizontal, leading) : margin;
732 final int count = (axis.definedCount != UNDEFINED) ? axis.definedCount : 0;
815 if (span.min != UNDEFINED && span.min < 0) {
820 if (count != UNDEFINED) {
1105 public int definedCount = UNDEFINED;
1106 private int maxIndex = UNDEFINED;
1154 return result == -1 ? UNDEFINED : result;
1158 if (maxIndex == UNDEFINED) {
1169 if (count != UNDEFINED && count < getMaxIndex()) {
1772 maxIndex = UNDEFINED;
1847 * {@code false}; otherwise {@link #UNDEFINED}, to
1851 * {@code false}; otherwise {@link #UNDEFINED}, to
1855 * {@code false}; otherwise {@link #UNDEFINED}, to
1859 * {@code false}; otherwise {@link #UNDEFINED}, to
1861 * <li>{@link #rowSpec}<code>.row</code> = {@link #UNDEFINED} </li>
1865 * <li>{@link #columnSpec}<code>.column</code> = {@link #UNDEFINED} </li>
1888 private static final int DEFAULT_MARGIN = UNDEFINED;
1889 private static final int DEFAULT_ROW = UNDEFINED;
1890 private static final int DEFAULT_COLUMN = UNDEFINED;
1891 private static final Interval DEFAULT_SPAN = new Interval(UNDEFINED, UNDEFINED + 1);
1926 public Spec rowSpec = Spec.UNDEFINED;
1940 public Spec columnSpec = Spec.UNDEFINED;
1972 this(Spec.UNDEFINED, Spec.UNDEFINED);
2021 // Here we use the value UNDEFINED (as distinct from zero) to represent the undefined state
2296 // todo test this works correctly when the returned value is UNDEFINED
2427 static final Spec UNDEFINED = spec(GridLayout.UNDEFINED);
2516 * To leave the start index undefined, use the value {@link #UNDEFINED}.
2524 return new Spec(start != UNDEFINED, start, size, alignment, weight);
2579 * To leave the start index undefined, use the value {@link #UNDEFINED}.
2596 * To leave the start index undefined, use the value {@link #UNDEFINED}.
2613 * To leave the start index undefined, use the value {@link #UNDEFINED}.
2694 return UNDEFINED;
2699 return UNDEFINED;
2704 return "UNDEFINED";
2850 return baseline == -1 ? UNDEFINED : baseline;
2907 return UNDEFINED;