Searched refs:displayPredicate (Results 1 – 1 of 1) sorted by relevance
248 private void waitForDisplayGone(Predicate<WindowManagerState.Display> displayPredicate) { in waitForDisplayGone() argument251 if (!mAmWmState.getWmState().getDisplays().stream().anyMatch(displayPredicate::test)) { in waitForDisplayGone()