Home
last modified time | relevance | path

Searched refs:taskListSize (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
DIconRecentsView.java550 int taskListSize = mTaskAdapter.getItemCount() - TASKS_START_POSITION; in updateContentViewVisibility() local
551 if (mShowingContentView != mEmptyView && taskListSize == 0) { in updateContentViewVisibility()
555 if (mShowingContentView != mContentView && taskListSize > 0) { in updateContentViewVisibility()