HomeSort by relevance Sort by last modified time
    Searched refs:getClosestColumn (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 262 int column = (mGrid.getViewCount() == 0) ? 0 : mGrid.getClosestColumn(x1);
277 int columnRight = (mGrid.getViewCount() == 0) ? 0 : mGrid.getClosestColumn(x2);
    [all...]
GridModel.java     [all...]

Completed in 31 milliseconds