Home | History | Annotate | Download | only in layout

Lines Matching refs:MatchPos

294         List<MatchPos> indexes = new ArrayList<MatchPos>();
323 indexes.add(new MatchPos(v, pos++));
334 indexes.add(new MatchPos(v, pos++));
350 indexes.add(new MatchPos(v, pos));
383 for (MatchPos it : data.getIndexes()) {
494 for (MatchPos index : data.getIndexes()) {
630 private static class MatchPos {
636 public MatchPos(int distance, int position) {
643 return "MatchPos [distance=" + mDistance //$NON-NLS-1$
662 private final List<MatchPos> mIndexes;
686 public LinearDropData(List<MatchPos> indexes, int numPositions,
739 private List<MatchPos> getIndexes() {