Searched defs:moves (Results 1 – 2 of 2) sorted by relevance
113 final ArrayList<MoveInfo> moves = new ArrayList<>(); in runPendingAnimations() local460 ArrayList<MoveInfo> moves = mMovesList.get(i); in endAnimation() local580 ArrayList<MoveInfo> moves = mMovesList.get(i); in endAnimations() local
3296 private int processSelectionMoves(boolean preventScroll, int moves) { in processSelectionMoves()