Home
last modified time | relevance | path

Searched defs:restHeight (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.cpp187 float restHeight = 0.0f; in AnalysisHeightOfChild() local
261 void DialogLayoutAlgorithm::Distribute(float& scrollHeight, float& listHeight, float restHeight) in Distribute()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/
H A Ddialog_test_ng.cpp1421 float scrollHeight = 10.0f, listHeight = 10.0f, restHeight = 4.0f; variable