Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridDropHandler.java296 int matchedLine = bounds.centerX(); in addCenterColumnMatch() local
356 int matchedLine = bounds.x + MARGIN_SIZE; in addColumnGapMatch() local
364 int matchedLine = bounds.x2() - MARGIN_SIZE; in addColumnGapMatch() local
375 int matchedLine = columnX + SHORT_GAP_DP; in addColumnGapMatch() local
417 int matchedLine = bounds.y + MARGIN_SIZE; in addRowGapMatch() local
425 int matchedLine = bounds.y2() - MARGIN_SIZE; in addRowGapMatch() local
436 int matchedLine = rowY + SHORT_GAP_DP; in addRowGapMatch() local
DGridMatch.java42 public int matchedLine; field in GridMatch
59 GridMatch(SegmentType type, int distance, int matchedLine, int cellIndex, in GridMatch()