Home
last modified time | relevance | path

Searched defs:indicatorY (Results 1 – 3 of 3) sorted by relevance

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DNavigationRail.kt659 val indicatorY = (height - it.height) / 2 in MeasureScope() constant
750 val indicatorY = selectedIconY - IndicatorVerticalPaddingWithLabel.toPx() in placeLabelAndIcon() constant
DNavigationBar.kt642 val indicatorY = (height - it.height) / 2 in MeasureScope() constant
735 val indicatorY = selectedIconY - IndicatorVerticalPadding.roundToPx() in placeLabelAndIcon() constant
DNavigationItem.kt875 val indicatorY = (height - indicatorPlaceable.height) / 2 in MeasureScope() constant
925 val indicatorY = iconY - indicatorVerticalPadding.roundToPx() in MeasureScope() constant
966 val indicatorY = (height - indicatorPlaceable.height) / 2 in MeasureScope() constant