Searched refs:getRow (Results 1 – 4 of 4) sorted by relevance
147 rowMatches.add(new GridMatch(SegmentType.TOP, 0, y1, mGrid.getRow(y1), in computeMatches()179 int row = mGrid.getRow(y1); in computeMatches()420 boolean createCell = mGrid.getRowY(mGrid.getRow(matchedLine)) != matchedLine; in addRowGapMatch()434 int rowBottom = mGrid.getRow(y1 - SHORT_GAP_DP); in addRowGapMatch()439 boolean createCell = mGrid.getRowY(mGrid.getRow(matchedLine)) != matchedLine; in addRowGapMatch()445 rowBottom = mGrid.getRow(y1); in addRowGapMatch()451 boolean createCell = mGrid.getRowY(mGrid.getRow(matchedLine)) != matchedLine; in addRowGapMatch()563 row = mGrid.getRow(startY); in handleFreeFormDrop()573 int endRow = mGrid.getRow(endY); in handleFreeFormDrop()
1309 public int getRow(int y) { in getRow() method in GridModel
439 int startRow = grid.getRow(state.bounds.y); in paintResizeFeedback()440 int endRow = grid.getRow(state.bounds.y2()); in paintResizeFeedback()569 int startRow = grid.getRow(state.bounds.y); in computeResizeSpans()570 int endRow = grid.getRow(state.bounds.y2()); in computeResizeSpans()
343 int row = view.getRow(); in assignCellAttributes()544 public int getRow() { in getRow() method in GridLayoutConverter.View