Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dpan_recognizer.cpp800 auto hasHorizontal = direction_.type & PanDirection::HORIZONTAL; in GetAxisDirection() local
802 if (direction_.type == PanDirection::ALL || (hasHorizontal && hasVertical)) { in GetAxisDirection()
805 if (hasHorizontal) { in GetAxisDirection()