Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridMatch.java27 class GridMatch implements Comparable<GridMatch> { class
59 GridMatch(SegmentType type, int distance, int matchedLine, int cellIndex, in GridMatch() method in GridMatch