Searched refs:finishCases (Results 1 – 1 of 1) sorted by relevance
169 final ArrayList<Pair<String, Boolean>> finishCases = new ArrayList<>(); in testRecentsAnimation() local171 finishCases.add(new Pair<>("finishMoveToTop", true)); in testRecentsAnimation()173 finishCases.add(new Pair<>("finishCancel", false)); in testRecentsAnimation()186 final Pair<String, Boolean> finishCase = finishCases.get(mIteration++ % 2); in testRecentsAnimation()