Home
last modified time | relevance | path

Searched refs:getClosestRow (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridDropHandler.java115 int row = (mGrid.getViewCount() == 0) ? 0 : mGrid.getClosestRow(y1); in computeMatches()
321 int rowBottom = (mGrid.getViewCount() == 0) ? 0 : mGrid.getClosestRow(y2); in addBottomMatch()
DGridModel.java1346 public int getClosestRow(int y) { in getClosestRow() method in GridModel