Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp1041 auto estimatedHeightItem = estimatedHeight - height; in UpdateScrollBarRegion() local
1042 estimatedHeight_ = (estimatedHeightItem < 0 ? 0 : estimatedHeightItem); in UpdateScrollBarRegion()