Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dsub_menu_layout_algorithm.cpp159 auto scrollHeight = scrollGeometryNode->GetFrameSize().Height(); in GetSubMenuPosition() local
/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
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.cpp165 float scrollHeight = 0.0f; in AnalysisHeightOfChild() local
241 void DialogLayoutAlgorithm::Distribute(float& scrollHeight, float& listHeight, float restHeight) in Distribute() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Drender_option.cpp479 auto scrollHeight = scroll->GetLayoutSize().Height(); in AdjustScrollPosition() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/
H A Ddialog_test_ng.cpp1472 float scrollHeight = 10.0f, listHeight = 10.0f, restHeight = 4.0f; in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_pattern.cpp1042 auto scrollHeight = height - operationHeight - resizeDecreasedHeight_; in ChangeScrollHeight() local
1939 auto scrollHeight = scroll->GetGeometryNode() ? scroll->GetGeometryNode()->GetFrameSize().Height() : .0f; in GetSheetTypeWithAuto() local

Completed in 24 milliseconds