Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridDropHandler.java127 addRowGapMatch(bounds, y1, y2, rowMatches, max); in computeMatches()
415 private void addRowGapMatch(Rect bounds, int y1, int y2, List<GridMatch> rowMatches, int max) { in addRowGapMatch() method in GridDropHandler