Home
last modified time | relevance | path

Searched defs:columnMatches (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridDropHandler.java105 List<GridMatch> columnMatches = new ArrayList<GridMatch>(); in computeMatches() local
261 private void addLeftSideMatch(int x1, List<GridMatch> columnMatches, int max) { in addLeftSideMatch()
274 private void addRightSideMatch(int x2, List<GridMatch> columnMatches, int max) { in addRightSideMatch()
292 List<GridMatch> columnMatches, int max) { in addCenterColumnMatch()
353 private void addColumnGapMatch(Rect bounds, int x1, int x2, List<GridMatch> columnMatches, in addColumnGapMatch()