Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java3585 float gapCompensation = gapWidth - newClearAllShortTotalWidthTranslation; in createTaskDismissAnimation() local
3586 longGridRowWidthDiff += mIsRtl ? -gapCompensation : gapCompensation; in createTaskDismissAnimation()