Lines Matching refs:mCellHeight
92 @Thunk int mCellHeight; field in CellLayout
245 mCellWidth = mCellHeight = -1; in CellLayout()
312 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mCountX, mCountY, in CellLayout()
371 mFixedCellHeight = mCellHeight = height; in setCellDimensions()
372 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mCountX, mCountY, in setCellDimensions()
382 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mCountX, mCountY, in setGridSize()
567 int paddingY = (int) Math.min((mCellHeight - dp.iconSizePx) / 2, mGridVisualizationPadding); in visualizeGrid()
570 mCellHeight - paddingY); in visualizeGrid()
581 int transY = j * mCellHeight + (j * mBorderSpace.y) + getPaddingTop() in visualizeGrid()
606 mCellHeight * spanY + mBorderSpace.y * (spanY - 1) - paddingY); in visualizeGrid()
610 int transY = y * mCellHeight + (y * mBorderSpace.y) in visualizeGrid()
807 result[1] = (y - vStartPadding) / mCellHeight; in pointToCellExact()
825 pointToCellExact(x + (mCellWidth / 2), y + (mCellHeight / 2), result); in pointToCellRounded()
932 return mCellHeight; in getCellHeight()
954 if (cw != mCellWidth || ch != mCellHeight) { in onMeasure()
956 mCellHeight = ch; in onMeasure()
957 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mCountX, mCountY, in onMeasure()
1248 pixelY -= mCellHeight * (spanY - 1) / 2f; in findNearestArea()
2677 final int cellHeight = mCellHeight; in cellToRect()
2711 return getPaddingTop() + getPaddingBottom() + (mCountY * mCellHeight) in getDesiredHeight()