Home | History | Annotate | Download | only in grid

Lines Matching refs:GRID_SIZE

25 import static com.android.ide.common.layout.GridLayoutRule.GRID_SIZE;
131 x1 = ((x1 - MARGIN_SIZE - bounds.x) / GRID_SIZE) * GRID_SIZE
133 y1 = ((y1 - MARGIN_SIZE - bounds.y) / GRID_SIZE) * GRID_SIZE