Lines Matching refs:mCellHeight
92 @Thunk int mCellHeight; field in CellLayout
211 mCellWidth = mCellHeight = -1; in CellLayout()
291 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mCountX, mCountY); in CellLayout()
369 mFixedCellHeight = mCellHeight = height; in setCellDimensions()
370 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mCountX, mCountY); in setCellDimensions()
379 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mCountX, mCountY); in setGridSize()
455 cd.setBounds(0, 0, mCellWidth, mCellHeight); in onDraw()
668 result[1] = (y - vStartPadding) / mCellHeight; in pointToCellExact()
686 pointToCellExact(x + (mCellWidth / 2), y + (mCellHeight / 2), result); in pointToCellRounded()
702 result[1] = vStartPadding + cellY * mCellHeight; in cellToPoint()
729 result[1] = vStartPadding + cellY * mCellHeight + (spanY * mCellHeight) / 2; in regionToCenterPoint()
743 final int top = vStartPadding + cellY * mCellHeight; in regionToRect()
744 result.set(left, top, left + (spanX * mCellWidth), top + (spanY * mCellHeight)); in regionToRect()
757 return mCellHeight; in getCellHeight()
784 if (cw != mCellWidth || ch != mCellHeight) { in onMeasure()
786 mCellHeight = ch; in onMeasure()
787 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mCountX, mCountY); in onMeasure()
996 top += ((mCellHeight * spanY) - dragOutline.getHeight()) / 2; in visualizeDropLocation()
1005 int cellPaddingY = (int) Math.max(0, ((mCellHeight - cHeight) / 2f)); in visualizeDropLocation()
1010 top += ((mCellHeight * spanY) - dragOutline.getHeight()) / 2; in visualizeDropLocation()
1103 pixelY -= mCellHeight * (spanY - 1) / 2f; in findNearestArea()
2530 final int cellHeight = mCellHeight; in cellToRect()
2560 return getPaddingTop() + getPaddingBottom() + (mCountY * mCellHeight); in getDesiredHeight()