Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/util/
DToBooleanFunction.java34 public interface ToBooleanFunction<T> { interface
/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java28 import com.android.internal.util.ToBooleanFunction;
606 boolean forAllWindows(ToBooleanFunction<WindowState> callback, boolean traverseTopToBottom) { in forAllWindows()
762 private final class ForAllWindowsConsumerWrapper implements ToBooleanFunction<WindowState> {
DWallpaperController.java19 import com.android.internal.util.ToBooleanFunction;
102 private final ToBooleanFunction<WindowState> mFindWallpaperTargetFunction = w -> {
DAppWindowToken.java67 import com.android.internal.util.ToBooleanFunction;
1489 boolean forAllWindows(ToBooleanFunction<WindowState> callback, boolean traverseTopToBottom) { in forAllWindows()
1500 boolean forAllWindowsUnchecked(ToBooleanFunction<WindowState> callback, in forAllWindowsUnchecked()
DDisplayContent.java129 import com.android.internal.util.ToBooleanFunction;
431 private final ToBooleanFunction<WindowState> mFindFocusedWindow = w -> {
1497 boolean forAllWindows(ToBooleanFunction<WindowState> callback, boolean traverseTopToBottom) { in forAllWindows()
1529 boolean forAllImeWindows(ToBooleanFunction<WindowState> callback, boolean traverseTopToBottom) { in forAllImeWindows()
3348 boolean forAllWindows(ToBooleanFunction<WindowState> callback, in forAllWindows()
3368 private boolean forAllExitingAppTokenWindows(ToBooleanFunction<WindowState> callback, in forAllExitingAppTokenWindows()
DWindowState.java140 import com.android.internal.util.ToBooleanFunction;
3874 boolean forAllWindows(ToBooleanFunction<WindowState> callback, boolean traverseTopToBottom) { in forAllWindows()
3887 private boolean forAllWindowBottomToTop(ToBooleanFunction<WindowState> callback) { in forAllWindowBottomToTop()
3924 private boolean forAllWindowTopToBottom(ToBooleanFunction<WindowState> callback) { in forAllWindowTopToBottom()
3960 private boolean applyInOrderWithImeWindows(ToBooleanFunction<WindowState> callback, in applyInOrderWithImeWindows()
/frameworks/base/services/
Dprofile-classes3410 Lcom/android/internal/util/ToBooleanFunction;
/frameworks/base/
Dcompiled-classes-phone5845 com.android.internal.util.ToBooleanFunction