Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DTaskWindowContainerControllerTests.java81 final StackWindowController stackController1 = in testReparent()
85 final StackWindowController stackController2 = in testReparent()
98 final StackWindowController stackController3 = in testReparent()
119 final StackWindowController stack1Controller = in testReparent_BetweenDisplays()
130 final StackWindowController stack2Controller = createStackControllerOnDisplay(dc); in testReparent_BetweenDisplays()
DStackWindowControllerTests.java45 final StackWindowController stackController = in testRemoveContainer()
65 final StackWindowController stackController = in testRemoveContainer_deferRemoval()
92 final StackWindowController stack1Controller = in testReparent()
102 final StackWindowController stack2Controller = in testReparent()
DWindowTestUtils.java64 public static StackWindowController createMockStackWindowContainerController() { in createMockStackWindowContainerController()
65 StackWindowController controller = mock(StackWindowController.class); in createMockStackWindowContainerController()
238 TestTaskWindowContainerController(StackWindowController stackController) { in TestTaskWindowContainerController()
DWindowTestsBase.java323 StackWindowController createStackControllerOnDisplay(DisplayContent dc) { in createStackControllerOnDisplay()
330 StackWindowController createStackControllerOnStackOnDisplay( in createStackControllerOnStackOnDisplay()
337 final StackWindowController controller = new StackWindowController(stackId, null, in createStackControllerOnStackOnDisplay()
DWindowConfigurationTests.java201 final StackWindowController stackController = createStackControllerOnStackOnDisplay( in testStackBoundsConfiguration()
DAppWindowContainerControllerTests.java204 final StackWindowController stackController = in testReparent()
/frameworks/base/services/core/java/com/android/server/wm/
DStackWindowController.java45 public class StackWindowController class
58 public StackWindowController(int stackId, StackWindowListener listener, int displayId, in StackWindowController() method in StackWindowController
64 public StackWindowController(int stackId, StackWindowListener listener, in StackWindowController() method in StackWindowController
389 private final WeakReference<StackWindowController> mController;
391 H(WeakReference<StackWindowController> controller, Looper looper) { in H()
398 final StackWindowController controller = mController.get(); in handleMessage()
DTaskWindowContainerController.java52 StackWindowController stackController, int userId, Rect bounds, int resizeMode, in TaskWindowContainerController()
61 StackWindowController stackController, int userId, Rect bounds, int resizeMode, in TaskWindowContainerController()
127 public void reparent(StackWindowController stackController, int position, boolean moveParents) { in reparent()
DDisplayWindowController.java79 public void positionChildAt(StackWindowController child, int position) { in positionChildAt()
DPinnedStackWindowController.java34 public class PinnedStackWindowController extends StackWindowController {
DTaskStack.java160 TaskStack(WindowManagerService service, int stackId, StackWindowController controller) { in TaskStack()
1020 StackWindowController getController() { in getController()
1021 return (StackWindowController) super.getController(); in getController()
DDisplayContent.java1831 TaskStack createStack(int stackId, boolean onTop, StackWindowController controller) { in createStack()
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DActivityTestsBase.java61 import com.android.server.wm.StackWindowController;
506 protected static class TestActivityStack<T extends StackWindowController>
/frameworks/base/services/core/java/com/android/server/am/
DTaskRecord.java115 import com.android.server.wm.StackWindowController;
1823 final StackWindowController stackController = mStack.getWindowContainerController(); in computeOverrideConfiguration()
DActivityStack.java155 import com.android.server.wm.StackWindowController;
171 class ActivityStack<T extends StackWindowController> extends ConfigurationContainer
473 return (T) new StackWindowController(mStackId, this, displayId, onTop, outBounds, in createStackWindowController()
/frameworks/base/services/
Dart-profile4027 Lcom/android/server/wm/StackWindowController$H;
4028 Lcom/android/server/wm/StackWindowController;