Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java3021 int topRowWidth = 0; in updateGridProperties() local
3053 topRowWidth += taskWidthAndSpacing; in updateGridProperties()
3086 isTopRow = topRowWidth <= bottomRowWidth; in updateGridProperties()
3091 isTopRow = topRowWidth <= bottomRowWidth; in updateGridProperties()
3099 topRowWidth += taskWidthAndSpacing; in updateGridProperties()
3139 snappedTaskRowWidth = isTopRow ? topRowWidth : bottomRowWidth; in updateGridProperties()
3162 if (topRowWidth <= bottomRowWidth) { in updateGridProperties()
3164 shorterRowCompensation = bottomRowWidth - topRowWidth; in updateGridProperties()
3168 shorterRowCompensation = topRowWidth - bottomRowWidth; in updateGridProperties()
3177 int longRowWidth = Math.max(topRowWidth, bottomRowWidth); in updateGridProperties()