Home | History | Annotate | Download | only in am

Lines Matching refs:taskBounds

4426         Rect[] taskBounds = new Rect[numTasks];
4435 taskBounds[i] = new Rect();
4436 task.getWindowContainerBounds(taskBounds[i]);
4441 info.taskBounds = taskBounds;