Searched refs:forAllWindowsUnchecked (Results 1 – 3 of 3) sorted by relevance
1544 return forAllWindowsUnchecked(callback, traverseTopToBottom); in forAllWindows()1547 boolean forAllWindowsUnchecked(ToBooleanFunction<WindowState> callback, in forAllWindowsUnchecked() method in AppWindowToken
3430 if (appTokens.get(j).forAllWindowsUnchecked(callback, in forAllExitingAppTokenWindows()3442 if (appTokens.get(j).forAllWindowsUnchecked(callback, in forAllExitingAppTokenWindows()
4578 HPLcom/android/server/wm/AppWindowToken;->forAllWindowsUnchecked(Lcom/android/internal/util/ToBoole…