Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java553 private final IntSet mTopRowIdSet = new IntSet(); field in RecentsView
1978 return mTopRowIdSet.size(); in getTopRowTaskCountForTablet()
1985 return getTaskViewCount() - mTopRowIdSet.size() - (enableGridOnlyOverview() ? 0 : 1); in getBottomRowTaskCountForTablet()
2236 boolean isTopRow = taskView != null && mTopRowIdSet.contains(taskView.getTaskViewId()); in getTaskBounds()
3044 mTopRowIdSet.clear(); in updateGridProperties()
3085 mTopRowIdSet.remove(taskViewId); in updateGridProperties()
3088 isTopRow = mTopRowIdSet.contains(taskViewId); in updateGridProperties()
3102 mTopRowIdSet.add(taskViewId); in updateGridProperties()
3254 return (mTopRowIdSet.contains(taskViewId1) && mTopRowIdSet.contains(taskViewId2)) || ( in isSameGridRow()
3255 !mTopRowIdSet.contains(taskViewId1) && !mTopRowIdSet.contains(taskViewId2)); in isSameGridRow()
[all …]