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