Home | History | Annotate | Download | only in grid

Lines Matching refs:UNDEFINED

29 import static com.android.ide.common.layout.grid.GridModel.UNDEFINED;
144 true /* createCell */, UNDEFINED));
148 true /* createCell */, UNDEFINED));
267 false, UNDEFINED));
283 columnRight, false, UNDEFINED));
301 matchedLine, 0 /* column */, createCell, UNDEFINED));
313 UNDEFINED));
327 rowBottom, false, UNDEFINED));
344 false, UNDEFINED));
615 } else if (mColumnMatch.margin != UNDEFINED) {
654 } else if (mRowMatch.margin != UNDEFINED) {
773 newChild, UNDEFINED, false, UNDEFINED, UNDEFINED);
777 mGrid.addRow(row, newChild, UNDEFINED, false, UNDEFINED, UNDEFINED);
807 if (mGrid.declaredColumnCount == UNDEFINED || mGrid.declaredColumnCount < column + 1) {