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.java2126 int longRowWidth = Math.max(topRowWidth, bottomRowWidth); in updateGridProperties() local
2127 if (longRowWidth < mLastComputedGridSize.width()) { in updateGridProperties()
2128 float shortTotalCompensation = mLastComputedGridSize.width() - longRowWidth; in updateGridProperties()
2131 longRowWidth = mLastComputedGridSize.width(); in updateGridProperties()
2146 int distanceFromClearAll = longRowWidth - snappedTaskRowWidth; in updateGridProperties()