Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java3023 float topAccumulatedTranslationX = 0; in updateGridProperties() local
3116 gridTranslations[i] += topAccumulatedTranslationX + currentTaskTranslationX; in updateGridProperties()
3117 topAccumulatedTranslationX += currentTaskTranslationX; in updateGridProperties()
3157 ? topAccumulatedTranslationX : bottomAccumulatedTranslationX; in updateGridProperties()