Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_multi_child_scroll.cpp92 bool RenderMultiChildScroll::CalculateMainScrollExtent() in CalculateMainScrollExtent() function in OHOS::Ace::RenderMultiChildScroll
168 if (CalculateMainScrollExtent()) { in JumpToIndex()
188 if (CalculateMainScrollExtent()) { in JumpToPosition()
477 CalculateMainScrollExtent(); in PerformLayout()
711 CalculateMainScrollExtent(); in ScrollToEdge()
756 CalculateMainScrollExtent(); in ScrollPage()
H A Drender_single_child_scroll.h39 bool CalculateMainScrollExtent(const Size& itemSize);
H A Drender_single_child_scroll.cpp101 bool RenderSingleChildScroll::CalculateMainScrollExtent(const Size& itemSize) in CalculateMainScrollExtent() function in OHOS::Ace::RenderSingleChildScroll
262 bool isScrollable = CalculateMainScrollExtent(itemSize); in PerformLayout()
H A Drender_multi_child_scroll.h65 bool CalculateMainScrollExtent();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_popup_list.h64 void CalculateMainScrollExtent(double curMainPos);
H A Drender_popup_list.cpp124 CalculateMainScrollExtent(curMainPos); in PerformLayout()
299 void RenderPopupList::CalculateMainScrollExtent(double curMainPos) in CalculateMainScrollExtent() function in OHOS::Ace::V2::RenderPopupList
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.h342 void CalculateMainScrollExtent(double curMainPos, double mainSize);
H A Drender_list.cpp702 CalculateMainScrollExtent(curMainPos, mainSize); in PerformLayout()
1947 void RenderList::CalculateMainScrollExtent(double curMainPos, double mainSize) in CalculateMainScrollExtent() function in OHOS::Ace::V2::RenderList
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list.cpp135 scroll->CalculateMainScrollExtent(); in RefreshScrollExtent()