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

  /frameworks/base/services/core/java/com/android/server/wm/
BoundsAnimationTarget.java 38 * but freezes the bounds of any tasks in the target at taskBounds, to allow for more
47 boolean setPinnedStackSize(Rect stackBounds, Rect taskBounds);
TaskSnapshotSurface.java 140 final Rect taskBounds;
194 taskBounds = new Rect();
195 task.getBounds(taskBounds);
211 navigationBarColor, sysUiVis, windowFlags, windowPrivateFlags, taskBounds,
230 Rect taskBounds, int currentOrientation) {
239 mTaskBounds = taskBounds;
StackWindowController.java 189 * @param taskBounds Bounds for tasks in the resized stack, keyed by task id.
193 SparseArray<Rect> taskBounds, SparseArray<Rect> taskTempInsetBounds) {
200 if (mContainer.setBounds(bounds, configs, taskBounds, taskTempInsetBounds)
TaskStack.java 178 * @param taskBounds Bounds for individual tasks, keyed by task id.
182 Rect stackBounds, SparseArray<Configuration> configs, SparseArray<Rect> taskBounds,
191 Rect bounds = taskBounds.get(task.mTaskId);
    [all...]
WindowManagerService.java     [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
BoundsAnimationControllerTests.java 161 public boolean setPinnedStackSize(Rect stackBounds, Rect taskBounds) {
170 mTaskBounds = taskBounds;
584 private boolean assertEqualSizeAtOffset(Rect stackBounds, Rect taskBounds) {
585 mTmpRect.set(taskBounds);
WindowFrameTests.java 260 final Rect taskBounds = new Rect(taskLeft, taskTop, taskRight, taskBottom);
261 TaskWithBounds task = new TaskWithBounds(taskBounds);
377 final Rect taskBounds = new Rect(taskLeft, taskTop, taskRight, taskBottom);
378 TaskWithBounds task = new TaskWithBounds(taskBounds);
TaskSnapshotSurfaceTest.java 59 int windowFlags, Rect taskBounds) {
65 Color.WHITE, Color.RED, Color.BLUE, sysuiVis, windowFlags, 0, taskBounds,
TestWindowManagerPolicy.java 314 public boolean getInsetHintLw(WindowManager.LayoutParams attrs, Rect taskBounds,
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
ActivityRecordTests.java 127 private void verifyPositionWithLimitedAspectRatio(int navBarPosition, Rect taskBounds,
135 task.getConfiguration().setAppBounds(taskBounds);
  /frameworks/base/core/java/android/app/
ActivityManager.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerShellCommand.java     [all...]
ActivityStackSupervisor.java     [all...]
ActivityStack.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
RecentsView.java 369 public boolean launchTask(Task task, Rect taskBounds, int destinationStack) {
377 EventBus.getDefault().send(new LaunchTaskEvent(tv, task, taskBounds,
    [all...]
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java     [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java     [all...]

Completed in 642 milliseconds