Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/scaffold/
H A DCustomizedAppBar.kt520 val layoutHeight = if (heightPx.isNaN()) 0 else heightPx.roundToInt() regex
522 layout(constraints.maxWidth, layoutHeight) {
526 y = (layoutHeight - navigationIconPlaceable.height) / 2
541 Arrangement.Center -> (layoutHeight - titlePlaceable.height) / 2
545 if (titleBottomPadding == 0) layoutHeight - titlePlaceable.height
546 else layoutHeight - titlePlaceable.height - max(
558 y = (layoutHeight - actionIconsPlaceable.height) / 2
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientState.java409 public void setLayoutHeight(int layoutHeight) { in setLayoutHeight() argument
410 mLayoutHeight = layoutHeight; in setLayoutHeight()