Searched defs:rowMatches (Results 1 – 1 of 1) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
D | GridDropHandler.java | 106 List<GridMatch> rowMatches = new ArrayList<GridMatch>(); in computeMatches() local 309 private void addTopMatch(int y1, List<GridMatch> rowMatches, int max, int row, int rowY) { in addTopMatch() 320 private void addBottomMatch(int y2, List<GridMatch> rowMatches, int max) { in addBottomMatch() 335 private void addBaselineMatch(int dragBaseline, int y1, List<GridMatch> rowMatches, int max, in addBaselineMatch() 415 private void addRowGapMatch(Rect bounds, int y1, int y2, List<GridMatch> rowMatches, int max) { in addRowGapMatch()
|