Searched refs:indexes (Results 1 – 1 of 1) sorted by relevance
294 List<MatchPos> indexes = new ArrayList<MatchPos>(); in onDropEnter() local323 indexes.add(new MatchPos(v, pos++)); in onDropEnter()334 indexes.add(new MatchPos(v, pos++)); in onDropEnter()350 indexes.add(new MatchPos(v, pos)); in onDropEnter()354 return new DropFeedback(new LinearDropData(indexes, posCount, isVertical, selfPos), in onDropEnter()686 public LinearDropData(List<MatchPos> indexes, int numPositions,688 mIndexes = indexes;