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.java3024 float bottomAccumulatedTranslationX = 0; in updateGridProperties() local
3135 gridTranslations[i] += bottomAccumulatedTranslationX + currentTaskTranslationX; in updateGridProperties()
3136 bottomAccumulatedTranslationX += currentTaskTranslationX; in updateGridProperties()
3157 ? topAccumulatedTranslationX : bottomAccumulatedTranslationX; in updateGridProperties()