Searched refs:matchingWindowStates (Results 1 – 2 of 2) sorted by relevance
234 List<WindowState> matchingWindowStates = new ArrayList<>(); in shouldWaitForActivities() local242 mWmState.getMatchingVisibleWindowState(windowName, matchingWindowStates); in shouldWaitForActivities()243 boolean activityWindowVisible = !matchingWindowStates.isEmpty(); in shouldWaitForActivities()254 for (WindowState ws : matchingWindowStates) { in shouldWaitForActivities()
447 final List<WindowState> matchingWindowStates = in shouldWaitForActivities() local449 boolean activityWindowVisible = !matchingWindowStates.isEmpty(); in shouldWaitForActivities()460 for (WindowState ws : matchingWindowStates) { in shouldWaitForActivities()506 List<WindowState> matchingWindowStates = in shouldWaitForDebuggerWindow() local508 for (WindowState ws : matchingWindowStates) { in shouldWaitForDebuggerWindow()