Searched refs:mTaskViewStartIndex (Results 1 – 1 of 1) sorted by relevance
559 private int mTaskViewStartIndex = 0; field in RecentsView916 mTaskViewStartIndex = 0; in updateTaskStartIndex()917 while (mTaskViewStartIndex < childCount in updateTaskStartIndex()918 && !(getChildAt(mTaskViewStartIndex) instanceof TaskView)) { in updateTaskStartIndex()919 mTaskViewStartIndex++; in updateTaskStartIndex()1142 final int pageIndex = requiredTaskCount - i - 1 + mTaskViewStartIndex; in applyLoadPlan()1193 int taskViewCount = getChildCount() - mTaskViewStartIndex; in getTaskViewCount()1669 return mTaskViewStartIndex; in getTaskViewStartIndex()1821 addView(taskView, mTaskViewStartIndex); in showCurrentTask()2093 snappedTaskGridTranslationX = gridTranslations[snappedPage - mTaskViewStartIndex]; in updateGridProperties()[all …]