Searched refs:cellHeight (Results 1 – 2 of 2) sorted by relevance
777 final int cellHeight = mRowHeight; in getItemBounds() local783 final int y = (offsetY + (row * cellHeight)); in getItemBounds()785 rect.set(x, y, (x + cellWidth), (y + cellHeight)); in getItemBounds()
1174 int cellHeight = y2 - y1; in onLayout() local1187 int gravityOffsetY = vAlign.getGravityOffset(c, cellHeight - boundsY.size(true)); in onLayout()1202 int height = vAlign.getSizeInCell(c, pHeight, cellHeight - sumMarginsY); in onLayout()