HomeSort by relevance Sort by last modified time
    Searched refs:sSnapToGrid (Results 1 - 3 of 3) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java 78 * The size of the visual regular grid that we snap to (if {@link #sSnapToGrid} is set
136 public static boolean sSnapToGrid = false;
187 sSnapToGrid = !sSnapToGrid;
243 sSnapToGrid, actionCallback, ICON_SNAP, 200, false));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java 153 if (GridLayoutRule.sSnapToGrid) {
GridDropHandler.java 131 if (GridLayoutRule.sSnapToGrid) {

Completed in 160 milliseconds