Home | History | Annotate | Download | only in grid

Lines Matching refs:GridLayoutRule

18 import static com.android.ide.common.layout.GridLayoutRule.GRID_SIZE;
19 import static com.android.ide.common.layout.GridLayoutRule.MARGIN_SIZE;
31 import com.android.ide.common.layout.GridLayoutRule;
43 * @param rule the corresponding {@link GridLayoutRule}
47 public static IFeedbackPainter createDropFeedbackPainter(GridLayoutRule rule,
76 * Paints a regular grid according to the {@link GridLayoutRule#GRID_SIZE} and
77 * {@link GridLayoutRule#MARGIN_SIZE} dimensions. These are the same lines that
118 private final GridLayoutRule mRule;
121 /** Constructs a new {@link GridLayoutPainter} bound to the given {@link GridLayoutRule}
124 public DropFeedbackPainter(GridLayoutRule rule, IDragElement[] elements) {
143 if (!GridLayoutRule.sGridMode) {
156 if (GridLayoutRule.sSnapToGrid) {