Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridDropHandler.java183 int topDistance = mGrid.getRowDistance(row, y1); in computeMatches() local
194 topDistance = bottomDistance; in computeMatches()
198 boolean createRow = topDistance < radius + SLOP; in computeMatches()
207 int cellHeight = topDistance + bottomDistance; in computeMatches()
222 if (!createRow && topDistance > minDistance in computeMatches()
224 if (bottomDistance < topDistance) { in computeMatches()
227 int centerDistance = Math.abs(cellHeight / 2 - topDistance); in computeMatches()
228 if (centerDistance < topDistance / 2 && centerDistance < bottomDistance / 2) { in computeMatches()