Searched refs:longRowWidth (Results 1 – 1 of 1) sorted by relevance
2126 int longRowWidth = Math.max(topRowWidth, bottomRowWidth); in updateGridProperties() local2127 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()