Home | History | Annotate | Download | only in grid

Lines Matching defs:grid

16 package com.android.ide.common.layout.grid;
33 import static com.android.ide.common.layout.grid.GridModel.UNDEFINED;
55 * GridLayout, computing guidelines, handling drops to edit the grid model, and so on.
67 * @param view the view instance of the grid layout receiving the drop
130 // Fallback: Split existing cell. Also do snap-to-grid.
411 * element into the grid and returns the newly created node.
455 // This is implemented in GridLayout by the following grid, where
596 // TODO: This grid refresh is a little risky because we may have added a new
691 * Called when a drop is completed and we're in grid-editing mode. This will insert
738 * Returns the grid used by the drop handler
740 * @return the grid used by the drop handler, never null