Home
last modified time | relevance | path

Searched refs:getRow (Results 1 – 4 of 4) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridDropHandler.java147 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()
DGridModel.java1309 public int getRow(int y) { in getRow() method in GridModel
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DGridLayoutRule.java439 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()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DGridLayoutConverter.java343 int row = view.getRow(); in assignCellAttributes()
544 public int getRow() { in getRow() method in GridLayoutConverter.View