Home | History | Annotate | Download | only in grid

Lines Matching defs:startX

550         int startX, endX;
553 startX = endX - bounds.w;
554 column = mGrid.getColumn(startX);
556 startX = mColumnMatch.matchedLine; // TODO: What happens on type=RIGHT?
557 endX = startX + bounds.w;