Lines Matching refs:mCellWidth
96 @Thunk int mCellWidth; field in CellLayout
308 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mCountX, mCountY, in CellLayout()
378 mFixedCellWidth = mCellWidth = width; in setCellDimensions()
380 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mCountX, mCountY, in setCellDimensions()
399 mCellWidth = mCellHeight = -1; in resetCellSizeInternal()
416 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mCountX, mCountY, in setGridSize()
600 int paddingX = Math.min((mCellWidth - dp.iconSizePx) / 2, dp.gridVisualizationPaddingX); in visualizeGrid()
841 result[0] = (x - hStartPadding) / (mCellWidth + mBorderSpace.x); in pointToCellExact()
954 return mCellWidth; in getCellWidth()
980 if (cw != mCellWidth || ch != mCellHeight) { in onMeasure()
981 mCellWidth = cw; in onMeasure()
983 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mCountX, mCountY, in onMeasure()
1037 return getMeasuredWidth() - getPaddingLeft() - getPaddingRight() - (mCountX * mCellWidth) in getUnusedHorizontalSpace()
1247 relativeXPos = (int) (relativeXPos - (mCellWidth + mBorderSpace.x) * (spanX - 1) / 2f); in findNearestArea()
1799 final int cellWidth = mCellWidth; in cellToRect()
1845 return getPaddingLeft() + getPaddingRight() + (mCountX * mCellWidth) in getDesiredWidth()