Home
last modified time | relevance | path

Searched refs:CheckOverParentScroll (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h968 bool CheckOverParentScroll(const float &directValue, const NestedScrollMode &scrollMode);
H A Dweb_pattern.cpp5670 if (CheckOverParentScroll(velocity, NestedScrollMode::SELF_FIRST)) { in OnOverScrollFlingVelocityHandler()
5673 } else if (CheckOverParentScroll(velocity, NestedScrollMode::PARENT_FIRST)) { in OnOverScrollFlingVelocityHandler()
5919 bool WebPattern::CheckOverParentScroll(const float &directValue, const NestedScrollMode &scrollMode) in CheckOverParentScroll() function in OHOS::Ace::NG::WebPattern