Home
last modified time | relevance | path

Searched refs:GetIsFixedNestedScrollMode (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dnestable_scroll_container.h125 bool GetIsFixedNestedScrollMode() const in GetIsFixedNestedScrollMode() function
H A Dscrollable_pattern.cpp3352GetIsFixedNestedScrollMode() ? DumpLog::GetInstance().AddDesc(std::string("isFixedNestedScrollMode… in DumpAdvanceInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_pattern.cpp1197 if (!GetIsFixedNestedScrollMode()) { in OnScrollStartRecursive()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp4923 if (!GetIsFixedNestedScrollMode()) { in NotifyParentScrollStart()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp814 if (!pattern->GetIsFixedNestedScrollMode() || !pattern->GetNestedScrollParent()) { in InitPanEvent()