Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java3048 int taskWidthAndSpacing = taskView.getLayoutParams().width + mPageSpacing; in updateGridProperties() local
3053 topRowWidth += taskWidthAndSpacing; in updateGridProperties()
3054 bottomRowWidth += taskWidthAndSpacing; in updateGridProperties()
3057 focusedTaskWidthAndSpacing = taskWidthAndSpacing; in updateGridProperties()
3059 gridTranslations[i] += mIsRtl ? taskWidthAndSpacing : -taskWidthAndSpacing; in updateGridProperties()
3067 snappedTaskRowWidth = taskWidthAndSpacing; in updateGridProperties()
3077 focusedTaskShift += mIsRtl ? taskWidthAndSpacing : -taskWidthAndSpacing; in updateGridProperties()
3099 topRowWidth += taskWidthAndSpacing; in updateGridProperties()
3119 bottomRowWidth += taskWidthAndSpacing; in updateGridProperties()