Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_layout_algorithm.cpp641 auto iconFrameHeight = searchIconSizeMeasure_.Height(); in LayoutSearchIcon() local
661 if (NearEqual(iconUserHeight, iconFrameHeight)) { in LayoutSearchIcon()
666 imageVerticalOffset = params.searchFrameHeight - (bottomPadding + iconFrameHeight); in LayoutSearchIcon()