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

  /frameworks/base/core/java/android/view/
IWindowManager.aidl 102 * @param taskBounds Bounds to use when creating a new Task with the input task Id if
114 in Rect taskBounds, in Configuration configuration, int taskResizeMode,
122 * @param taskBounds Bounds to use when creating a new Task with the input task Id if
128 void setAppTask(IBinder token, int taskId, int stackId, in Rect taskBounds,
WindowManagerPolicy.java     [all...]
  /frameworks/base/core/java/android/app/
ActivityManager.java     [all...]
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
BoundsAnimationController.java 260 * Behaves as setSize, but freezes the bounds of any tasks in the target at taskBounds,
264 boolean setPinnedStackSize(Rect bounds, Rect taskBounds);
TaskStack.java 171 * @param taskBounds Bounds for individual tasks, keyed by task id.
175 Rect stackBounds, SparseArray<Configuration> configs, SparseArray<Rect> taskBounds,
184 Rect bounds = taskBounds.get(task.mTaskId);
    [all...]
WindowManagerService.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
RecentsView.java 276 public boolean launchTask(Task task, Rect taskBounds, int destinationStack) {
284 EventBus.getDefault().send(new LaunchTaskEvent(tv, task, taskBounds,
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStackSupervisor.java     [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java     [all...]

Completed in 194 milliseconds