Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1984 float bottomAccumulatedTranslationX = 0; in updateGridProperties() local
2076 gridTranslations[i] += bottomAccumulatedTranslationX + currentTaskTranslationX; in updateGridProperties()
2077 bottomAccumulatedTranslationX += currentTaskTranslationX; in updateGridProperties()
2106 ? topAccumulatedTranslationX : bottomAccumulatedTranslationX; in updateGridProperties()