Home
last modified time | relevance | path

Searched refs:finishCases (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/
H A DRecentsAnimationPerfTest.java169 final ArrayList<Pair<String, Boolean>> finishCases = new ArrayList<>(); in testRecentsAnimation() local
171 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()