Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
H A Drender_semi_modal.h93 double cachedContentHeight_ = 0.0; variable
H A Drender_semi_modal.cpp321 return cachedContentHeight_; in GetScrollContentHeight()
332cachedContentHeight_ = child->GetLayoutSize().Height() + scrollNode->GetPosition().GetY(); in GetScrollContentHeight()
333 return cachedContentHeight_; in GetScrollContentHeight()