Searched refs:layoutHeight (Results 1 – 2 of 2) sorted by relevance
520 val layoutHeight = if (heightPx.isNaN()) 0 else heightPx.roundToInt() regex522 layout(constraints.maxWidth, layoutHeight) {526 y = (layoutHeight - navigationIconPlaceable.height) / 2541 Arrangement.Center -> (layoutHeight - titlePlaceable.height) / 2545 if (titleBottomPadding == 0) layoutHeight - titlePlaceable.height546 else layoutHeight - titlePlaceable.height - max(558 y = (layoutHeight - actionIconsPlaceable.height) / 2
409 public void setLayoutHeight(int layoutHeight) { in setLayoutHeight() argument410 mLayoutHeight = layoutHeight; in setLayoutHeight()