HomeSort by relevance Sort by last modified time
    Searched refs:taskCount (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/
TaskGridLayoutAlgorithm.java 75 TaskGridRectInfo(int taskCount) {
77 xOffsets = new int[taskCount];
78 yOffsets = new int[taskCount];
80 int layoutTaskCount = Math.min(MAX_LAYOUT_TASK_COUNT, taskCount);
123 for (int taskIndex = 0; taskIndex < taskCount; taskIndex++) {
125 int taskLayoutIndex = taskCount - taskIndex - 1;
136 private int getTasksPerLine(int taskCount) {
137 switch(taskCount) {
153 throw new IllegalArgumentException("Unsupported task count " + taskCount);
189 * @param taskCount The current amount of task views
    [all...]
TaskViewFocusFrame.java 127 final int taskCount = stack.getTaskCount();
129 final int taskIndexToFocus = k == -1 ? (taskCount - 1) : (k % taskCount);
  /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
TaskStack.java 148 int taskCount = mRawTaskList.size();
149 for (int i = taskCount - 1; i >= 0; i--) {
159 taskCount = tasks.size();
160 for (int i = 0; i < taskCount; i++) {
219 int taskCount = tasks.size();
220 for (int i = 0; i < taskCount; i++) {
255 int taskCount = tasks.size();
256 for (int i = 0; i < taskCount; i++) {
297 int taskCount = getTaskCount();
298 if (taskCount == 0)
    [all...]
FilteredTaskList.java 92 int taskCount = mTasks.size();
93 for (int i = 0; i < taskCount; i++) {
98 for (int i = 0; i < taskCount; i++) {
112 int taskCount = mFilteredTasks.size();
114 for (int i = 0; i < taskCount; i++) {
RecentsTaskLoadPlan.java 101 int taskCount = mRawTasks.size();
102 for (int i = 0; i < taskCount; i++) {
172 int taskCount = tasks.size();
173 for (int i = 0; i < taskCount; i++) {
178 boolean isVisibleTask = i >= (taskCount - opts.numVisibleTasks);
179 boolean isVisibleThumbnail = i >= (taskCount - opts.numVisibleTaskThumbnails);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/lowram/
TaskStackLowRamLayoutAlgorithm.java 123 TaskViewTransform transformOut, int taskCount, TaskStackLayoutAlgorithm stackLayout) {
124 if (taskCount == 0) {
130 if (taskCount > 1) {
201 * @param taskCount the amount of tasks in the recents stack
204 public float getMaxScrollP(int taskCount) {
205 return getScrollPForTask(taskCount - 1);
210 * @param taskCount the amount of tasks currently in recents
214 public float getInitialScrollP(int taskCount, boolean fromHome) {
216 return getMaxScrollP(taskCount);
218 if (taskCount < 2)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackView.java 472 int taskCount = tasks.size();
486 for (int i = taskCount - 1; i >= 0; i--) {
    [all...]
TaskStackLayoutAlgorithm.java 462 int taskCount = stackTasks.size();
463 for (int i = 0; i < taskCount; i++) {
501 ? mTaskStackLowRamLayoutAlgorithm.getMaxScrollP(taskCount)
563 int taskCount = tasks.size();
564 for (int i = taskCount - 1; i >= 0; i--) {
565 int indexFromFront = taskCount - i - 1;
    [all...]
TaskStackViewTouchHandler.java 680 int taskCount = tasks.size();
681 for (int i = taskCount - 1; i >= 0; i--) {
RecentsView.java 302 final int taskCount = mTaskStackView.getStack().getTaskCount();
303 final float busyness = Math.min(taskCount, BUSY_RECENTS_TASK_COUNT)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsImpl.java 579 int taskCount = tasks.size();
580 for (int i = taskCount - 1; i >= 1; i--) {
635 int taskCount = tasks.size();
636 for (int i = 0; i < taskCount; i++) {
640 if ((i + 1) < taskCount) {
    [all...]
RecentsActivity.java 475 int taskCount = mRecentsView.getStack().getTaskCount();
476 MetricsLogger.histogram(this, "overview_task_count", taskCount);
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
PageContentRepository.java 626 final int taskCount = mPageToRenderTaskMap.size();
627 for (int i = 0; i < taskCount; i++) {
713 final int taskCount = mPageToRenderTaskMap.size();
714 for (int i = 0; i < taskCount; i++) {
    [all...]
  /device/google/contexthub/firmware/os/core/
seos.c 865 uint32_t taskCount = 0;
883 taskCount++;
889 SET_COUNTER(stat.task, taskCount);
939 uint32_t taskCount = 0;
965 taskCount++;
973 SET_COUNTER(stat.task, taskCount);
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
RecentsAnimationController.java 265 final int taskCount = visibleTasks.size();
266 for (int i = 0; i < taskCount; i++) {
  /packages/apps/Launcher3/quickstep/libs/
sysui_shared.jar 
  /external/annotation-tools/scene-lib/
ant-contrib.jar 
  /external/guice/lib/build/
spring-core.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
ecj-4.6.1.jar 
  /prebuilts/sdk/tools/jacks/
jack-4.32.CANDIDATE.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 

Completed in 731 milliseconds

1 2