Searched refs:matchingWindowStates (Results 1 – 1 of 1) sorted by relevance
193 List<WindowManagerState.WindowState> matchingWindowStates = new ArrayList<>(); in shouldWaitForActivities() local198 mWmState.getMatchingWindowState(windowName, matchingWindowStates); in shouldWaitForActivities()199 boolean activityWindowVisible = !matchingWindowStates.isEmpty(); in shouldWaitForActivities()206 for (WindowManagerState.WindowState ws : matchingWindowStates) { in shouldWaitForActivities()