Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridDropHandler.java181 int leftDistance = mGrid.getColumnDistance(column, x1); in computeMatches() local
190 leftDistance = rightDistance; in computeMatches()
197 boolean createColumn = leftDistance < radius + SLOP; in computeMatches()
206 int cellWidth = leftDistance + rightDistance; in computeMatches()
211 if (!createColumn && leftDistance > minDistance in computeMatches()
213 if (rightDistance < leftDistance) { in computeMatches()
217 int centerDistance = Math.abs(cellWidth / 2 - leftDistance); in computeMatches()
218 if (centerDistance < leftDistance / 2 && centerDistance < rightDistance / 2) { in computeMatches()