Home
last modified time | relevance | path

Searched defs:scrollHeight (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_scroll_view.cpp231 int16_t scrollHeight = GetHeight(); in DragYInner() local
287 int16_t scrollHeight = GetHeight(); in CalculateReboundDistance() local
H A Dui_list.cpp835 int16_t scrollHeight = GetHeight(); in CalculateReboundDistance() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dsub_menu_layout_algorithm.cpp166 auto scrollHeight = scrollGeometryNode->GetFrameSize().Height(); in GetSubMenuPosition() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.cpp185 float scrollHeight = 0.0f; in AnalysisHeightOfChild() local
261 void DialogLayoutAlgorithm::Distribute(float& scrollHeight, float& listHeight, float restHeight) in Distribute()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Drender_option.cpp479 auto scrollHeight = scroll->GetLayoutSize().Height(); in AdjustScrollPosition() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_pattern.cpp1097 auto scrollHeight = height - operationHeight - resizeDecreasedHeight_; in ChangeScrollHeight() local
2013 …auto scrollHeight = scroll->GetGeometryNode() ? scroll->GetGeometryNode()->GetFrameSize().Height()… in GetSheetTypeWithAuto() local
/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