HomeSort by relevance Sort by last modified time
    Searched refs:getClosestRow (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 115 int row = (mGrid.getViewCount() == 0) ? 0 : mGrid.getClosestRow(y1);
321 int rowBottom = (mGrid.getViewCount() == 0) ? 0 : mGrid.getClosestRow(y2);
    [all...]
GridModel.java     [all...]

Completed in 39 milliseconds