/frameworks/base/libs/hwui/thread/ |
D | TaskManager.cpp | 70 if (mThreads[i]->getTaskCount() < minQueueSize) { in addTaskBase() 72 minQueueSize = mThreads[i]->getTaskCount(); in addTaskBase() 122 size_t TaskManager::WorkerThread::getTaskCount() const { in getTaskCount() function in android::uirenderer::TaskManager::WorkerThread
|
D | TaskManager.h | 84 size_t getTaskCount() const;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | AppButtonData.java | 37 public int getTaskCount() { in getTaskCount() method in AppButtonData 45 return !pinned && getTaskCount() == 0; in isEmpty()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/ |
D | TaskGrouping.java | 50 if ((i + 1) < getTaskCount()) { in getNextTaskInGroup() 88 public int getTaskCount() { return mTaskKeys.size(); } in getTaskCount() method in TaskGrouping
|
D | TaskStack.java | 624 if (group.getTaskCount() == 0) { 824 public int getTaskCount() { in getTaskCount() method in TaskStack.DockState 884 } else if (launchTarget != null && lastPipTime > 0 && getTaskCount() == 1) { in isNextLaunchTargetPip() 903 return getStackTasks().get(getTaskCount() - 1); in getNextLaunchTarget() 907 int taskCount = getTaskCount(); in getNextLaunchTargetRaw() 1055 taskCount = group.getTaskCount(); in createAffiliatedGroupings()
|
D | RecentsTaskLoadPlan.java | 285 return mStack.getTaskCount() > 0; in hasTasks()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/ |
D | TaskViewFocusFrame.java | 84 mTaskGridLayoutAlgorithm.updateTaskGridRect(mSv.getStack().getTaskCount()); in resize() 127 final int taskCount = stack.getTaskCount(); in onGlobalFocusChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | TaskStackView.java | 938 int newFocusedTaskIndex = mStack.getTaskCount() > 0 ? in setFocusedTask() 939 Utilities.clamp(focusTaskIndex, 0, mStack.getTaskCount() - 1) : -1; in setFocusedTask() 1051 int taskCount = mStack.getTaskCount(); in setRelativeFocusedTask() 1150 event.setItemCount(mStack.getTaskCount()); in onInitializeAccessibilityEvent() 1170 if (0 <= focusedTaskIndex && focusedTaskIndex < mStack.getTaskCount() - 1) { in onInitializeAccessibilityNodeInfo() 1188 if (0 <= taskIndex && taskIndex < mStack.getTaskCount()) { in performAccessibilityAction() 1424 int focusedTaskIndex = launchState.getInitialFocusTaskIndex(mStack.getTaskCount(), in onFirstLayout() 1545 if (mStack.getTaskCount() == 0) { in onStackTaskRemoved() 1774 if (mStack.getTaskCount() > 0 && !mStackActionButtonVisible in onStackScrollChanged() 1784 mStack.getTaskCount() > 0) { in onStackScrollChanged() [all …]
|
D | TaskStackAnimationHelper.java | 139 if (stack.getTaskCount() == 0) { in prepareForEnterAnimation() 242 if (stack.getTaskCount() == 0) { in startEnterAnimation() 353 if (stack.getTaskCount() == 0) { in startExitToHomeAnimation()
|
D | RecentsView.java | 224 final boolean isTaskStackEmpty = stack.getTaskCount() == 0; 268 if (stack.getTaskCount() > 0) { 734 && getStack().getTaskCount() > 0) {
|
D | RecentsTransitionHelper.java | 240 taskIndexFromFront = stack.getTaskCount() - taskIndex - 1;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
D | RecentsImpl.java | 487 if (stack.getTaskCount() > 0) { 529 if (focusedStack == null || focusedStack.getTaskCount() == 0) return; 583 if (focusedStack == null || focusedStack.getTaskCount() == 0) return; in showRelativeAffiliatedTask() 616 numAffiliatedTasks = group.getTaskCount(); in showRelativeAffiliatedTask() 789 stack.getTaskCount(), new TaskViewTransform(), in updateHeaderBarLayout() 1016 boolean hasRecentTasks = stack.getTaskCount() > 0; in startRecentsActivity()
|
D | RecentsActivity.java | 484 mScrimViews.updateNavBarScrim(animateNavBarScrim, stack.getTaskCount() > 0, null); in reloadStackView() 515 int taskCount = mRecentsView.getStack().getTaskCount(); in reloadStackView()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 49816 method public long getTaskCount();
|
/frameworks/base/api/ |
D | current.txt | 66511 method public long getTaskCount();
|
D | test-current.txt | 66993 method public long getTaskCount();
|
D | system-current.txt | 70469 method public long getTaskCount();
|