Searched refs:topGridRowSize (Results 1 – 1 of 1) sorted by relevance
3544 int topGridRowSize = mTopRowIdSet.size(); in createTaskDismissAnimation() local3547 boolean topRowLonger = topGridRowSize > bottomGridRowSize; in createTaskDismissAnimation()3548 boolean bottomRowLonger = bottomGridRowSize > topGridRowSize; in createTaskDismissAnimation()3552 topGridRowSize--; in createTaskDismissAnimation()3557 int longRowWidth = Math.max(topGridRowSize, bottomGridRowSize) in createTaskDismissAnimation()