Home
last modified time | relevance | path

Searched refs:DEFAULT_TAP_FINGERS (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dclick_recognizer.cpp32 constexpr int32_t DEFAULT_TAP_FINGERS = 1; member
86 if (fingers_ > MAX_TAP_FINGERS || fingers_ < DEFAULT_TAP_FINGERS) { in ClickRecognizer()
87 fingers_ = DEFAULT_TAP_FINGERS; in ClickRecognizer()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dgesture_impl.cpp376 constexpr int32_t DEFAULT_TAP_FINGERS = 1; member
388 fingers = std::clamp(fingers, DEFAULT_TAP_FINGERS, MAX_TAP_FINGERS); in CreateTapGesture()
399 fingers = std::clamp(fingers, DEFAULT_TAP_FINGERS, MAX_TAP_FINGERS); in CreateTapGestureWithDistanceThreshold()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.h48 constexpr int32_t DEFAULT_TAP_FINGERS = 1; member

Completed in 4 milliseconds