Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridDropHandler.java277 int columnRight = (mGrid.getViewCount() == 0) ? 0 : mGrid.getClosestColumn(x2); in addRightSideMatch() local
278 int rightDistance = mGrid.getColumnDistance(columnRight, x2); in addRightSideMatch()
280 int columnX = mGrid.getColumnX(columnRight); in addRightSideMatch()
283 columnRight, false, UNDEFINED)); in addRightSideMatch()
373 int columnRight = mGrid.getColumn(x1 - SHORT_GAP_DP); in addColumnGapMatch() local
374 int columnX = mGrid.getColumnMaxX(columnRight); in addColumnGapMatch()
380 columnRight, createCell, SHORT_GAP_DP)); in addColumnGapMatch()
384 columnRight = mGrid.getColumn(x1); in addColumnGapMatch()
385 columnX = mGrid.getColumnMaxX(columnRight); in addColumnGapMatch()
406 columnRight, createCell, 0)); in addColumnGapMatch()