Home
last modified time | relevance | path

Searched defs: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
434 int rowBottom = mGrid.getRow(y1 - SHORT_GAP_DP); in addRowGapMatch() local