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 76 TaskGridRectInfo(int taskCount) {
78 xOffsets = new int[taskCount];
79 yOffsets = new int[taskCount];
81 int layoutTaskCount = Math.min(MAX_LAYOUT_TASK_COUNT, taskCount);
124 for (int taskIndex = 0; taskIndex < taskCount; taskIndex++) {
126 int taskLayoutIndex = taskCount - taskIndex - 1;
137 private int getTasksPerLine(int taskCount) {
138 switch(taskCount) {
154 throw new IllegalArgumentException("Unsupported task count " + taskCount);
190 * @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/src/com/android/systemui/recents/model/
TaskGrouping.java 36 int taskCount = mTaskKeys.size();
37 for (int i = 0; i < taskCount; i++) {
98 int taskCount = mTaskKeys.size();
101 for (int i = 0; i < taskCount; i++) {
TaskStack.java 175 int taskCount = mTasks.size();
176 for (int i = 0; i < taskCount; i++) {
181 for (int i = 0; i < taskCount; i++) {
195 int taskCount = mFilteredTasks.size();
197 for (int i = 0; i < taskCount; i++) {
599 int taskCount = taskList.size();
602 mStackTaskList.moveTaskToStack(task, taskCount, newStackId);
606 for (int i = taskCount - 1; i >= 0; i--) {
700 int taskCount = mRawTaskList.size();
701 for (int i = taskCount - 1; i >= 0; i--)
    [all...]
RecentsTaskLoadPlan.java 152 int taskCount = mRawTasks.size();
153 for (int i = 0; i < taskCount; i++) {
168 i >= taskCount - TaskGridLayoutAlgorithm.MAX_LAYOUT_TASK_COUNT;
171 (t.lastActiveTime >= lastStackActiveTime && i >= (taskCount - MIN_NUM_TASKS));
236 int taskCount = tasks.size();
237 for (int i = 0; i < taskCount; i++) {
242 boolean isVisibleTask = i >= (taskCount - opts.numVisibleTasks);
243 boolean isVisibleThumbnail = i >= (taskCount - opts.numVisibleTaskThumbnails);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
Utilities.java 261 int taskCount = tasks.size();
262 if (taskTransformCount < taskCount) {
264 for (int i = taskTransformCount; i < taskCount; i++) {
267 } else if (taskTransformCount > taskCount) {
269 transforms.subList(taskCount, taskTransformCount).clear();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackLayoutAlgorithm.java 542 int taskCount = stackTasks.size();
543 for (int i = 0; i < taskCount; i++) {
641 int taskCount = tasks.size();
642 for (int i = taskCount - 1; i >= 0; i--) {
643 int indexFromFront = taskCount - i - 1;
    [all...]
RecentsTransitionHelper.java 321 int taskCount = tasks.size();
322 for (int i = taskCount - 1; i >= 0; i--) {
TaskStackView.java 519 int taskCount = tasks.size();
533 for (int i = taskCount - 1; i >= 0; i--) {
    [all...]
TaskStackViewTouchHandler.java 667 int taskCount = tasks.size();
668 for (int i = taskCount - 1; i >= 0; i--) {
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
PageContentRepository.java 623 final int taskCount = mPageToRenderTaskMap.size();
624 for (int i = 0; i < taskCount; i++) {
710 final int taskCount = mPageToRenderTaskMap.size();
711 for (int i = 0; i < taskCount; i++) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsImpl.java 505 int taskCount = tasks.size();
506 for (int i = taskCount - 1; i >= 1; i--) {
560 int taskCount = tasks.size();
562 for (int i = 0; i < taskCount; i++) {
    [all...]
RecentsActivity.java 457 int taskCount = mRecentsView.getStack().getTaskCount();
458 MetricsLogger.histogram(this, "overview_task_count", taskCount);
    [all...]
  /device/google/contexthub/firmware/os/core/
seos.c 796 uint32_t taskCount = 0;
814 taskCount++;
820 SET_COUNTER(stat.task, taskCount);
870 uint32_t taskCount = 0;
896 taskCount++;
904 SET_COUNTER(stat.task, taskCount);
    [all...]
  /external/guice/lib/build/
spring-core.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.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.31.CANDIDATE.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 

Completed in 1669 milliseconds

1 2