Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar.cpp363 scrollBar->GetPanDirection()); in SetGestureEvent()
651 …if (GetPanDirection() == Axis::VERTICAL && NearZero(info.GetInputYDeltaSlope()) && !NearZero(mainD… in HandleDragUpdate()
653 } else if (GetPanDirection() == Axis::HORIZONTAL && NearZero(info.GetInputXDeltaSlope()) && in HandleDragUpdate()
1025 Axis ScrollBar::GetPanDirection() const in GetPanDirection() function in OHOS::Ace::NG::ScrollBar
H A Dscroll_bar.h327 Axis GetPanDirection() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp236 …ACE_SCOPED_TRACE("HandleTouchDown, panDirection:%u, id:%d, tag:%s", GetPanDirection(), nodeId_, no… in HandleTouchDown()
455 lastVelocity_ = GetPanDirection() == Axis::NONE ? 0.0 : info.GetMainVelocity(); in HandleDragEnd()
456 double gestureVelocity = GetPanDirection() == Axis::NONE ? 0.0 : info.GetMainVelocity(); in HandleDragEnd()
H A Dscrollable.h457 Axis GetPanDirection() const in GetPanDirection() function
H A Dscrollable_pattern.h618 return scrollable->GetPanDirection(); in GetScrollablePanDirection()