Home
last modified time | relevance | path

Searched refs:getViewCount (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()
262 int column = (mGrid.getViewCount() == 0) ? 0 : mGrid.getClosestColumn(x1); in addLeftSideMatch()
277 int columnRight = (mGrid.getViewCount() == 0) ? 0 : mGrid.getClosestColumn(x2); in addRightSideMatch()
321 int rowBottom = (mGrid.getViewCount() == 0) ? 0 : mGrid.getClosestRow(y2); in addBottomMatch()
DGridModel.java2371 public int getViewCount() { in getViewCount() method in GridModel