Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridDropHandler.java217 int centerDistance = Math.abs(cellWidth / 2 - leftDistance); in computeMatches() local
218 if (centerDistance < leftDistance / 2 && centerDistance < rightDistance / 2) { in computeMatches()
227 int centerDistance = Math.abs(cellHeight / 2 - topDistance); in computeMatches() local
228 if (centerDistance < topDistance / 2 && centerDistance < bottomDistance / 2) { in computeMatches()