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

  /frameworks/base/services/core/java/com/android/server/wm/
BoundsAnimationTarget.java 44 * but freezes the bounds of any tasks in the target at taskBounds, to allow for more
53 boolean setPinnedStackSize(Rect stackBounds, Rect taskBounds);
TaskSnapshotSurface.java 141 final Rect taskBounds;
197 taskBounds = new Rect();
198 task.getBounds(taskBounds);
214 navigationBarColor, sysUiVis, windowFlags, windowPrivateFlags, taskBounds,
233 Rect taskBounds, int currentOrientation) {
242 mTaskBounds = taskBounds;
StackWindowController.java 176 * @param taskBounds Bounds for tasks in the resized stack, keyed by task id.
179 public void resize(Rect bounds, SparseArray<Rect> taskBounds,
187 if (mContainer.setBounds(bounds, taskBounds, taskTempInsetBounds)
TaskStack.java 183 * @param taskBounds Bounds for individual tasks, keyed by task id.
188 Rect stackBounds, SparseArray<Rect> taskBounds, SparseArray<Rect> taskTempInsetBounds) {
194 task.setBounds(taskBounds.get(task.mTaskId), false /* forced */);
    [all...]
WindowManagerService.java     [all...]
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/
TaskUtils.java 190 RectF taskBounds = inOutHelper.applyTransform(mTargetSet, 1 - percent);
192 float scale = taskBounds.width() / mThumbnailRect.width();
195 v.setTranslationX(taskBounds.centerX() - mThumbnailRect.centerX());
196 v.setTranslationY(taskBounds.centerY() - mThumbnailRect.centerY());
TaskSystemShortcut.java 190 final Rect taskBounds = new Rect(position[0], position[1],
194 taskBounds.width(), taskBounds.height(), thumbnailView, 1f,
201 taskId, thumbnail, taskBounds));
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
BoundsAnimationControllerTests.java 167 public boolean setPinnedStackSize(Rect stackBounds, Rect taskBounds) {
176 mTaskBounds = taskBounds;
590 private boolean assertEqualSizeAtOffset(Rect stackBounds, Rect taskBounds) {
591 mTmpRect.set(taskBounds);
WindowFrameTests.java 275 final Rect taskBounds = new Rect(taskLeft, taskTop, taskRight, taskBottom);
276 TaskWithBounds task = new TaskWithBounds(taskBounds);
389 final Rect taskBounds = new Rect(taskLeft, taskTop, taskRight, taskBottom);
390 TaskWithBounds task = new TaskWithBounds(taskBounds);
TaskSnapshotSurfaceTest.java 60 int windowFlags, Rect taskBounds) {
67 Color.WHITE, Color.RED, Color.BLUE, sysuiVis, windowFlags, 0, taskBounds,
  /frameworks/base/services/tests/servicestests/src/com/android/server/policy/
PhoneWindowManagerLayoutTest.java 312 mPolicy.getLayoutHintLw(mAppWindow.attrs, null /* taskBounds */, mFrames, frame, content,
349 final Rect taskBounds = new Rect(100, 100, 200, 200);
358 mPolicy.getLayoutHintLw(mAppWindow.attrs, taskBounds, mFrames, outFrame, outContentInsets,
361 assertThat(outFrame, is(taskBounds));
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
ActivityRecordTests.java 182 private void verifyPositionWithLimitedAspectRatio(int navBarPosition, Rect taskBounds,
186 mTask.getConfiguration().windowConfiguration.setAppBounds(taskBounds);
  /frameworks/base/core/java/android/app/
ActivityManager.java     [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
WindowManagerPolicy.java     [all...]
PhoneWindowManager.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStackSupervisor.java     [all...]
ActivityManagerShellCommand.java     [all...]
ActivityStack.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 326 milliseconds