Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java2110 float shorterRowCompensation = 0; in updateGridProperties() local
2113 shorterRowCompensation = bottomRowWidth - topRowWidth; in updateGridProperties()
2117 shorterRowCompensation = topRowWidth - bottomRowWidth; in updateGridProperties()
2121 mIsRtl ? -shorterRowCompensation : shorterRowCompensation; in updateGridProperties()