Searched refs:forAllWindowsUnchecked (Results 1 – 3 of 3) sorted by relevance
2061 return forAllWindowsUnchecked(callback, traverseTopToBottom); in forAllWindows()2069 boolean forAllWindowsUnchecked(ToBooleanFunction<WindowState> callback, in forAllWindowsUnchecked() method in AppWindowToken
4395 if (appTokens.get(j).forAllWindowsUnchecked(callback, in forAllExitingAppTokenWindows()4407 if (appTokens.get(j).forAllWindowsUnchecked(callback, in forAllExitingAppTokenWindows()
15588 HSPLcom/android/server/wm/AppWindowToken;->forAllWindowsUnchecked(Lcom/android/internal/util/ToBool…