Searched refs:mTopRowIdSet (Results 1 – 1 of 1) sorted by relevance
553 private final IntSet mTopRowIdSet = new IntSet(); field in RecentsView1978 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 …]