Searched refs:inputFieldHeight (Results 1 – 5 of 5) sorted by relevance
985 val inputFieldHeight = max(textFieldHeight, placeholderHeight) in calculateHeight() constant988 labelBaseline + paddingToLabel + inputFieldHeight + bottomPaddingValue in calculateHeight()990 topPaddingValue + inputFieldHeight + bottomPaddingValue in calculateHeight()
1056 val inputFieldHeight = in calculateHeight() constant1070 val middleSectionHeight = actualTopPadding + inputFieldHeight + bottomPadding in calculateHeight()
2369 val inputFieldHeight = inputFieldPlaceables.fastMaxOfOrNull { it.height } ?: 0 in DockedSearchBarLayout() constant2373 .offset(vertical = -inputFieldHeight) in DockedSearchBarLayout()2377 val height = inputFieldHeight + (contentPlaceables.fastMaxOfOrNull { it.height } ?: 0) in DockedSearchBarLayout()2386 contentPlaceables.fastForEach { it.place(0, inputFieldHeight) } in DockedSearchBarLayout()
1222 val inputFieldHeight = in calculateHeight() constant1238 val middleSectionHeight = actualTopPadding + inputFieldHeight + bottomPadding in calculateHeight()
1226 val inputFieldHeight = in calculateHeight() constant1254 val middleSectionHeight = verticalPadding + nonOverlappedLabelHeight + inputFieldHeight in calculateHeight()