Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_layout_algorithm.cpp293 auto isBarAdaptiveHeight = layoutProperty->GetBarAdaptiveHeight().value_or(false); in GetBarAdaptiveHeight() local
296 CHECK_NULL_RETURN(host, isBarAdaptiveHeight); in GetBarAdaptiveHeight()
298 CHECK_NULL_RETURN(pipeline, isBarAdaptiveHeight); in GetBarAdaptiveHeight()
300 CHECK_NULL_RETURN(tabTheme, isBarAdaptiveHeight); in GetBarAdaptiveHeight()
303 isBarAdaptiveHeight = true; in GetBarAdaptiveHeight()
305 return isBarAdaptiveHeight; in GetBarAdaptiveHeight()