Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java2509 float shorterRowCompensation = 0; in updateGridProperties() local
2512 shorterRowCompensation = bottomRowWidth - topRowWidth; in updateGridProperties()
2516 shorterRowCompensation = topRowWidth - bottomRowWidth; in updateGridProperties()
2520 mIsRtl ? -shorterRowCompensation : shorterRowCompensation; in updateGridProperties()