Searched refs:expectedScrollAxis_ (Results 1 – 2 of 2) sorted by relevance
5568 expectedScrollAxis_, in HandleScroll()5663 auto it = parentsMap_.find(expectedScrollAxis_); in OnOverScrollFlingVelocityHandler()5860 expectedScrollAxis_ = (x != 0 || y != 0) in FilterScrollEvent()5884 auto it = parentsMap_.find(expectedScrollAxis_); in FilterScrollEventHandleOffset()5910 expectedScrollAxis_ != Axis::HORIZONTAL) || in CheckParentScroll()5912 expectedScrollAxis_ == Axis::HORIZONTAL) || in CheckParentScroll()5914 expectedScrollAxis_ != Axis::HORIZONTAL) || in CheckParentScroll()5916 expectedScrollAxis_ == Axis::HORIZONTAL); in CheckParentScroll()5923 expectedScrollAxis_ != Axis::HORIZONTAL) || in CheckOverParentScroll()5929 expectedScrollAxis_ == Axis::HORIZONTAL); in CheckOverParentScroll()[all …]
1125 Axis expectedScrollAxis_ = Axis::FREE; variable