Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DGridLayout.java1180 int cellHeight = y2 - y1; in onLayout() local
1193 int gravityOffsetY = vAlign.getGravityOffset(c, cellHeight - boundsY.size(true)); in onLayout()
1208 int height = vAlign.getSizeInCell(c, pHeight, cellHeight - sumMarginsY); in onLayout()