Searched refs:directValue (Results 1 – 2 of 2) sorted by relevance
967 bool CheckParentScroll(const float &directValue, const NestedScrollMode &scrollMode);968 bool CheckOverParentScroll(const float &directValue, const NestedScrollMode &scrollMode);
5906 bool WebPattern::CheckParentScroll(const float &directValue, const NestedScrollMode &scrollMode) in CheckParentScroll() argument5909 return (directValue > 0 && nestedScroll.scrollUp == scrollMode && in CheckParentScroll()5911 (directValue > 0 && nestedScroll.scrollLeft == scrollMode && in CheckParentScroll()5913 (directValue < 0 && nestedScroll.scrollDown == scrollMode && in CheckParentScroll()5915 (directValue < 0 && nestedScroll.scrollRight == scrollMode && in CheckParentScroll()5919 bool WebPattern::CheckOverParentScroll(const float &directValue, const NestedScrollMode &scrollMode) in CheckOverParentScroll() argument5922 return (directValue < 0 && nestedScroll.scrollUp == scrollMode && in CheckOverParentScroll()5924 (directValue < 0 && nestedScroll.scrollLeft == scrollMode && in CheckOverParentScroll()5926 (directValue > 0 && nestedScroll.scrollDown == scrollMode && in CheckOverParentScroll()5928 (directValue > 0 && nestedScroll.scrollRight == scrollMode && in CheckOverParentScroll()