Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerState.java924 return getMatchingWindows(ws -> ws.isSurfaceShown() && windowName.equals(ws.getName())) in getMatchingVisibleWindowState()
928 private Stream<WindowState> getMatchingWindows(Predicate<WindowState> condition) { in getMatchingWindows() method in WindowManagerState
939 return getMatchingWindows(ws -> in getWindowsByPackageName()
955 return getMatchingWindows(ws -> type == ws.mType).collect(Collectors.toList()); in getMatchingWindowType()
959 return getMatchingWindows(ws -> windowName.equals(ws.getName())) in getMatchingWindowTokens()
965 return getMatchingWindows(WindowManagerState::isValidNavBarType) in getAllNavigationBarStates()
970 List<WindowState> navWindow = getMatchingWindows(ws -> in getAndAssertSingleNavBarWindowOnDisplay()
983 return getMatchingWindows(ws -> ws.getToken().equals(appToken)) in getWindowStateForAppToken()