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

  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/
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/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/wm/
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);
  /frameworks/base/services/core/java/com/android/server/wm/
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;
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...]
  /frameworks/base/core/java/android/app/
ActivityManager.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStack.java     [all...]
ActivityStackSupervisor.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 
android-all-stubs.jar 

Completed in 251 milliseconds