Lines Matching refs:mWidthGap
83 @Thunk int mWidthGap; field in CellLayout
195 mWidthGap = mOriginalWidthGap = 0; in CellLayout()
272 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap, in CellLayout()
358 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap, in setCellDimensions()
368 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap, in setGridSize()
725 result[0] = (x - hStartPadding) / (mCellWidth + mWidthGap); in pointToCellExact()
759 result[0] = hStartPadding + cellX * (mCellWidth + mWidthGap); in cellToPoint()
786 result[0] = hStartPadding + cellX * (mCellWidth + mWidthGap) + in regionToCenterPoint()
787 (spanX * mCellWidth + (spanX - 1) * mWidthGap) / 2; in regionToCenterPoint()
802 final int left = hStartPadding + cellX * (mCellWidth + mWidthGap); in regionToRect()
804 result.set(left, top, left + (spanX * mCellWidth + (spanX - 1) * mWidthGap), in regionToRect()
822 return mWidthGap; in getWidthGap()
848 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, in onMeasure()
870 mWidthGap = Math.min(mMaxGap, numWidthGaps > 0 ? (hFreeSpace / numWidthGaps) : 0); in onMeasure()
872 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, in onMeasure()
875 mWidthGap = mOriginalWidthGap; in onMeasure()
1092 left += ((mCellWidth * spanX) + ((spanX - 1) * mWidthGap) in visualizeDropLocation()
1098 left += dragOffset.x + ((mCellWidth * spanX) + ((spanX - 1) * mWidthGap) in visualizeDropLocation()
1105 left += ((mCellWidth * spanX) + ((spanX - 1) * mWidthGap) in visualizeDropLocation()
1219 pixelX -= (mCellWidth + mWidthGap) * (spanX - 1) / 2f; in findNearestArea()
2733 final int widthGap = mWidthGap; in cellToRect()
2780 (Math.max((mCountX - 1), 0) * mWidthGap); in getDesiredWidth()