HomeSort by relevance Sort by last modified time
    Searched full:forallwindows (Results 1 - 17 of 17) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
WindowContainerTraversalTests.java 39 * Tests for {@link WindowContainer#forAllWindows} and various implementations.
58 mDisplayContent.forAllWindows(c, false);
DisplayContentTests.java 521 mDisplayContent.forAllWindows(actualWindows::addLast, false /* traverseTopToBottom */);
527 mDisplayContent.forAllWindows(actualWindows::addLast, true /* traverseTopToBottom */);
AppWindowContainerControllerTests.java 98 atoken.forAllWindows(windowState -> {
WindowTestsBase.java 163 sWm.mRoot.forAllWindows(w -> {
  /frameworks/base/services/core/java/com/android/server/wm/
RootWindowContainer.java 279 forAllWindows((w) -> {
421 forAllWindows((w) -> {
429 forAllWindows((w) -> {
437 forAllWindows((w) -> {
449 forAllWindows(mCloseSystemDialogsConsumer, false /* traverseTopToBottom */);
456 forAllWindows(sRemoveReplacedWindowsConsumer, true /* traverseTopToBottom */);
505 mChildren.get(displayNdx).forAllWindows((w) -> {
    [all...]
DisplayContent.java     [all...]
WindowContainer.java 766 boolean forAllWindows(ToBooleanFunction<WindowState> callback, boolean traverseTopToBottom) {
769 if (mChildren.get(i).forAllWindows(callback, traverseTopToBottom)) {
776 if (mChildren.get(i).forAllWindows(callback, traverseTopToBottom)) {
784 void forAllWindows(Consumer<WindowState> callback, boolean traverseTopToBottom) {
786 forAllWindows(wrapper, traverseTopToBottom);
    [all...]
WallpaperController.java 480 dc.forAllWindows(mFindWallpaperTargetFunction, true /* traverseTopToBottom */);
734 token.forAllWindows(w -> {
    [all...]
TaskSnapshotController.java 248 final boolean hasVisibleChild = top.forAllWindows(
AccessibilityController.java 675 dc.forAllWindows((w) -> {
    [all...]
AppWindowToken.java 444 forAllWindows(mService::makeWindowFreezingScreenIfNeededLocked, true);
    [all...]
DragState.java 331 mDisplayContent.forAllWindows(w -> {
InputMonitor.java 638 mService.mRoot.forAllWindows(this, true /* traverseTopToBottom */);
TaskStack.java 808 forAllWindows(w -> {
    [all...]
DockedStackDividerController.java 358 mDisplayContent.forAllWindows(WindowState::resetDragResizingChangeReported,
    [all...]
WindowManagerService.java     [all...]
WindowState.java     [all...]

Completed in 374 milliseconds