Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java3177 int longRowWidth = Math.max(topRowWidth, bottomRowWidth); in updateGridProperties() local
3178 if (longRowWidth < mLastComputedGridSize.width()) { in updateGridProperties()
3183 - longRowWidth - deviceProfile.overviewGridSideMargin; in updateGridProperties()
3186 if (snappedTaskRowWidth == longRowWidth) { in updateGridProperties()
3190 longRowWidth += mClearAllShortTotalWidthTranslation; in updateGridProperties()
3207 int distanceFromClearAll = longRowWidth - snappedTaskRowWidth; in updateGridProperties()
3557 int longRowWidth = Math.max(topGridRowSize, bottomGridRowSize) in createTaskDismissAnimation() local
3560 longRowWidth += mLastComputedTaskSize.width() + mPageSpacing; in createTaskDismissAnimation()
3577 if (longRowWidth < mLastComputedGridSize.width()) { in createTaskDismissAnimation()
3583 - longRowWidth - deviceProfile.overviewGridSideMargin; in createTaskDismissAnimation()