Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/scaffold/
H A DCustomizedAppBar.kt508 val titlePlaceable = regex
514 if (titlePlaceable[LastBaseline] != AlignmentLine.Unspecified) {
515 titlePlaceable[LastBaseline]
530 titlePlaceable.placeRelative(
532 Arrangement.Center -> (constraints.maxWidth - titlePlaceable.width) / 2
534 constraints.maxWidth - titlePlaceable.width - actionIconsPlaceable.width
541 Arrangement.Center -> (layoutHeight - titlePlaceable.height) / 2
545 if (titleBottomPadding == 0) layoutHeight - titlePlaceable.height
546 else layoutHeight - titlePlaceable.height - max(
548 titleBottomPadding - titlePlaceable.height + titleBaseline