Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridDropHandler.java321 int rowBottom = (mGrid.getViewCount() == 0) ? 0 : mGrid.getClosestRow(y2); in addBottomMatch() local
322 int distance = mGrid.getRowDistance(rowBottom, y2); in addBottomMatch()
324 int rowY = mGrid.getRowY(rowBottom); in addBottomMatch()
327 rowBottom, false, UNDEFINED)); in addBottomMatch()
434 int rowBottom = mGrid.getRow(y1 - SHORT_GAP_DP); in addRowGapMatch() local
435 int rowY = mGrid.getRowMaxY(rowBottom); in addRowGapMatch()
441 rowBottom, createCell, SHORT_GAP_DP)); in addRowGapMatch()
445 rowBottom = mGrid.getRow(y1); in addRowGapMatch()
446 rowY = mGrid.getRowMaxY(rowBottom); in addRowGapMatch()
453 rowBottom, createCell, 0)); in addRowGapMatch()