Searched refs:MAX_CELL_DIFFERENCE (Results 1 – 2 of 2) sorted by relevance
27 import static com.android.ide.common.layout.GridLayoutRule.MAX_CELL_DIFFERENCE;582 if (!mRowMatch.createCell && bounds.h <= MAX_CELL_DIFFERENCE * mGrid.getRowHeight( in handleFreeFormDrop()589 if (!mColumnMatch.createCell && bounds.w <= MAX_CELL_DIFFERENCE * mGrid.getColumnWidth( in handleFreeFormDrop()
106 public static final double MAX_CELL_DIFFERENCE = 1.2; field in GridLayoutRule