Home
last modified time | relevance | path

Searched refs:StackWindowController (Results 1 – 15 of 15) 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.java44 final StackWindowController stackController = in testRemoveContainer()
64 final StackWindowController stackController = in testRemoveContainer_deferRemoval()
91 final StackWindowController stack1Controller = in testReparent()
101 final StackWindowController stack2Controller = in testReparent()
DWindowTestUtils.java60 public static StackWindowController createMockStackWindowContainerController() { in createMockStackWindowContainerController()
61 StackWindowController controller = mock(StackWindowController.class); in createMockStackWindowContainerController()
207 TestTaskWindowContainerController(StackWindowController stackController) { in TestTaskWindowContainerController()
DWindowTestsBase.java233 StackWindowController createStackControllerOnDisplay(DisplayContent dc) { in createStackControllerOnDisplay()
238 StackWindowController createStackControllerOnStackOnDisplay(int stackId, in createStackControllerOnStackOnDisplay()
240 return new StackWindowController(stackId, null, dc.getDisplayId(), in createStackControllerOnStackOnDisplay()
DAppBoundsTests.java127 final StackWindowController stackController = stackId != null ? in testStackBoundsConfiguration()
DTaskStackContainersTests.java53 mPinnedStack = new StackWindowController(PINNED_STACK_ID, null, in setUp()
DAppWindowContainerControllerTests.java176 final StackWindowController stackController = in testReparent()
/frameworks/base/services/core/java/com/android/server/wm/
DStackWindowController.java50 public class StackWindowController class
63 public StackWindowController(int stackId, StackWindowListener listener, in StackWindowController() method in StackWindowController
69 public StackWindowController(int stackId, StackWindowListener listener, in StackWindowController() method in StackWindowController
388 private final WeakReference<StackWindowController> mController;
390 H(WeakReference<StackWindowController> controller, Looper looper) { in H()
397 final StackWindowController controller = mController.get(); in handleMessage()
DTaskWindowContainerController.java52 StackWindowController stackController, int userId, Rect bounds, in TaskWindowContainerController()
62 StackWindowController stackController, int userId, Rect bounds, in TaskWindowContainerController()
124 public void reparent(StackWindowController stackController, int position, boolean moveParents) { in reparent()
DPinnedStackWindowController.java36 public class PinnedStackWindowController extends StackWindowController {
DTaskStack.java884 StackWindowController getController() { in getController()
885 return (StackWindowController) super.getController(); in getController()
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DActivityTestsBase.java39 import com.android.server.wm.StackWindowController;
275 protected static class TestActivityStack<T extends StackWindowController>
/frameworks/base/services/core/java/com/android/server/am/
DTaskRecord.java56 import com.android.server.wm.StackWindowController;
2122 final StackWindowController stackController = mStack.getWindowContainerController(); in computeOverrideConfiguration()
DActivityStack.java128 import com.android.server.wm.StackWindowController;
144 class ActivityStack<T extends StackWindowController> extends ConfigurationContainer
486 return (T) new StackWindowController(mStackId, this, displayId, onTop, outBounds); in createStackWindowController()
/frameworks/base/services/
Dprofile-classes5878 Lcom/android/server/wm/StackWindowController;
5879 Lcom/android/server/wm/StackWindowController$H;