Searched refs:getViewCount (Results 1 – 2 of 2) sorted by relevance
115 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()
2371 public int getViewCount() { in getViewCount() method in GridModel