Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java2128 float shortTotalCompensation = mLastComputedGridSize.width() - longRowWidth; in updateGridProperties() local
2130 mIsRtl ? -shortTotalCompensation : shortTotalCompensation; in updateGridProperties()