Lines Matching refs:cellHeight

1620         int cellHeight = r.height;
1650 alignOnBaseline(constraints, r, cellY, cellHeight);
1656 alignOnBaseline(constraints, r, cellY, cellHeight);
1662 alignOnBaseline(constraints, r, cellY, cellHeight);
1666 alignAboveBaseline(constraints, r, cellY, cellHeight);
1672 alignAboveBaseline(constraints, r, cellY, cellHeight);
1678 alignAboveBaseline(constraints, r, cellY, cellHeight);
1682 alignBelowBaseline(constraints, r, cellY, cellHeight);
1688 alignBelowBaseline(constraints, r, cellY, cellHeight);
1694 alignBelowBaseline(constraints, r, cellY, cellHeight);
1771 * @param cellHeight the height of the row, does not take into account
1777 int cellY, int cellHeight) {
1782 // Baseline is at (cellY + cellHeight - maxDescent).
1787 int maxY = cellY + cellHeight -
1811 baseline = cellHeight - layoutInfo.maxDescent[cons.tempY];
1834 cellHeight - cons.insets.bottom) {
1842 r.width, cellHeight - cons.insets.bottom -
1849 r.height = cellHeight - cons.insets.bottom -
1870 r.height = Math.max(cons.minHeight,cellY + cellHeight -
1876 int lower = cellY + cellHeight - r.y -
1902 centerVertically(cons, r, cellHeight);
1912 int cellY, int cellHeight) {
1917 maxY = cellY + cellHeight - layoutInfo.maxDescent[cons.tempY];
1936 centerVertically(cons, r, cellHeight);
1944 int cellY, int cellHeight) {
1948 r.y = cellY + cellHeight - layoutInfo.maxDescent[cons.tempY];
1955 r.height = cellY + cellHeight - r.y - cons.insets.bottom;
1959 centerVertically(cons, r, cellHeight);
1964 int cellHeight) {
1966 r.y += Math.max(0, (cellHeight - cons.insets.top -