Home
last modified time | relevance | path

Searched refs:cellHeight (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DMonthView.java777 final int cellHeight = mRowHeight; in getItemBounds() local
783 final int y = (offsetY + (row * cellHeight)); in getItemBounds()
785 rect.set(x, y, (x + cellWidth), (y + cellHeight)); in getItemBounds()
/frameworks/base/core/java/android/widget/
DGridLayout.java1174 int cellHeight = y2 - y1; in onLayout() local
1187 int gravityOffsetY = vAlign.getGravityOffset(c, cellHeight - boundsY.size(true)); in onLayout()
1202 int height = vAlign.getSizeInCell(c, pHeight, cellHeight - sumMarginsY); in onLayout()