Searched refs:taskWidthAndSpacing (Results 1 – 1 of 1) sorted by relevance
2006 int taskWidthAndSpacing = taskView.getLayoutParams().width + mPageSpacing; in updateGridProperties() local2011 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()