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.java2006 int taskWidthAndSpacing = taskView.getLayoutParams().width + mPageSpacing; in updateGridProperties() local
2011 topRowWidth += taskWidthAndSpacing; in updateGridProperties()
2012 bottomRowWidth += taskWidthAndSpacing; in updateGridProperties()
2015 focusedTaskWidthAndSpacing = taskWidthAndSpacing; in updateGridProperties()
2017 gridTranslations[i] += mIsRtl ? taskWidthAndSpacing : -taskWidthAndSpacing; in updateGridProperties()
2025 snappedTaskRowWidth = taskWidthAndSpacing; in updateGridProperties()
2035 focusedTaskShift += mIsRtl ? taskWidthAndSpacing : -taskWidthAndSpacing; in updateGridProperties()
2041 topRowWidth += taskWidthAndSpacing; in updateGridProperties()
2060 bottomRowWidth += taskWidthAndSpacing; in updateGridProperties()