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.java1981 int topRowWidth = 0; in updateGridProperties() local
2011 topRowWidth += taskWidthAndSpacing; in updateGridProperties()
2039 : topRowWidth <= bottomRowWidth; in updateGridProperties()
2041 topRowWidth += taskWidthAndSpacing; in updateGridProperties()
2080 snappedTaskRowWidth = isTopRow ? topRowWidth : bottomRowWidth; in updateGridProperties()
2111 if (topRowWidth <= bottomRowWidth) { in updateGridProperties()
2113 shorterRowCompensation = bottomRowWidth - topRowWidth; in updateGridProperties()
2117 shorterRowCompensation = topRowWidth - bottomRowWidth; in updateGridProperties()
2126 int longRowWidth = Math.max(topRowWidth, bottomRowWidth); in updateGridProperties()