Searched refs:CheckOverParentScroll (Results 1 – 2 of 2) sorted by relevance
968 bool CheckOverParentScroll(const float &directValue, const NestedScrollMode &scrollMode);
5670 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