Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridDropHandler.java110 addLeftSideMatch(x1, columnMatches, max); in computeMatches()
261 private void addLeftSideMatch(int x1, List<GridMatch> columnMatches, int max) { in addLeftSideMatch() method in GridDropHandler