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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java 27 import static com.android.ide.common.layout.GridLayoutRule.MAX_CELL_DIFFERENCE;
582 if (!mRowMatch.createCell && bounds.h <= MAX_CELL_DIFFERENCE * mGrid.getRowHeight(
589 if (!mColumnMatch.createCell && bounds.w <= MAX_CELL_DIFFERENCE * mGrid.getColumnWidth(
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java 106 public static final double MAX_CELL_DIFFERENCE = 1.2;

Completed in 2777 milliseconds