HomeSort by relevance Sort by last modified time
    Searched refs:getWindowContainerController (Results 1 - 8 of 8) sorted by null

  /frameworks/base/services/core/java/com/android/server/am/
PinnedActivityStack.java 48 return getWindowContainerController().getPictureInPictureBounds(aspectRatio,
57 getWindowContainerController().animateResizePinnedStack(toBounds, sourceHintBounds,
72 getWindowContainerController().setPictureInPictureAspectRatio(aspectRatio);
76 getWindowContainerController().setPictureInPictureActions(actions);
80 return getWindowContainerController().isAnimatingBoundsToFullscreen();
ActivityStack.java 489 T getWindowContainerController() {
590 mWindowContainerController.positionChildAtTop(child.getWindowContainerController(),
    [all...]
TaskRecord.java 440 TaskWindowContainerController getWindowContainerController() {
453 getStack().getWindowContainerController(), userId, bounds, overrideConfig,
    [all...]
ActivityRecord.java     [all...]
ActivityStackSupervisor.java     [all...]
ActivityManagerService.java     [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
ActivityStackTests.java 52 assertNotNull(task.getWindowContainerController());
55 assertNull(task.getWindowContainerController());
63 assertNotNull(task.getWindowContainerController());
66 assertNotNull(task.getWindowContainerController());
ActivityTestsBase.java 304 T getWindowContainerController() {

Completed in 810 milliseconds