Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridDropHandler.java116 int rowY = mGrid.getRowY(row); in computeMatches() local
117 addTopMatch(y1, rowMatches, max, row, rowY); in computeMatches()
118 addBaselineMatch(feedback.dragBaseline, y1, rowMatches, max, row, rowY); in computeMatches()
309 private void addTopMatch(int y1, List<GridMatch> rowMatches, int max, int row, int rowY) { in addTopMatch() argument
312 rowMatches.add(new GridMatch(SegmentType.TOP, distance, rowY, row, false, in addTopMatch()
324 int rowY = mGrid.getRowY(rowBottom); in addBottomMatch() local
325 if (rowY > mGrid.layout.getBounds().y) { in addBottomMatch()
326 rowMatches.add(new GridMatch(SegmentType.BOTTOM, distance, rowY, in addBottomMatch()
336 int row, int rowY) { in addBaselineMatch() argument
340 int rowBaselineY = rowY + rowBaseline; in addBaselineMatch()
[all …]