Home
last modified time | relevance | path

Searched refs:DEFAULT_PINCH_FINGER (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dgesture.cpp32 constexpr int32_t DEFAULT_PINCH_FINGER = 2; member
180 int32_t fingersNum = DEFAULT_PINCH_FINGER; in Create()
183 fingersNum = fingers <= DEFAULT_PINCH_FINGER ? DEFAULT_PINCH_FINGER : fingers; in Create()
/foundation/arkui/ace_engine/frameworks/core/components/gesture_listener/
H A Drender_gesture_listener.cpp25 constexpr int32_t DEFAULT_PINCH_FINGER = 2; member
423 pinchRecognizer_ = AceType::MakeRefPtr<PinchRecognizer>(DEFAULT_PINCH_FINGER, DEFAULT_PINCH_DISTANCE); in SetOnPinchStartCallback()
435 pinchRecognizer_ = AceType::MakeRefPtr<PinchRecognizer>(DEFAULT_PINCH_FINGER, DEFAULT_PINCH_DISTANCE); in SetOnPinchUpdateCallback()
447 pinchRecognizer_ = AceType::MakeRefPtr<PinchRecognizer>(DEFAULT_PINCH_FINGER, DEFAULT_PINCH_DISTANCE); in SetOnPinchEndCallback()
459 pinchRecognizer_ = AceType::MakeRefPtr<PinchRecognizer>(DEFAULT_PINCH_FINGER, DEFAULT_PINCH_DISTANCE); in SetOnPinchCancelCallback()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_gesture_ffi.cpp36 constexpr int32_t DEFAULT_PINCH_FINGER = 2; member
256 Utils::CheckRange(DEFAULT_PINCH_FINGER, MAX_PINCH_FINGER, DEFAULT_PINCH_FINGER, fingers); in FfiOHOSAceFrameworkPinchGestureCreate()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_gesture.cpp223 constexpr int32_t DEFAULT_PINCH_FINGER = 2; member
414 int32_t fingersNum = DEFAULT_PINCH_FINGER; in Create()
423 fingersNum = fingersNumber <= DEFAULT_PINCH_FINGER ? DEFAULT_PINCH_FINGER : fingersNumber; in Create()
424 fingersNum = fingersNum > DEFAULT_MAX_PINCH_FINGER ? DEFAULT_PINCH_FINGER : fingersNum; in Create()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp73 constexpr int32_t DEFAULT_PINCH_FINGER = 2; member
6337 fingers = (fingersValue < DEFAULT_PINCH_FINGER || fingersValue > DEFAULT_MAX_PINCH_FINGER) in GetPinchGestureValue()
6338 ? DEFAULT_PINCH_FINGER in GetPinchGestureValue()
7322 int32_t fingers = DEFAULT_PINCH_FINGER; in AddPinchGesture()
7456 int32_t fingers = DEFAULT_PINCH_FINGER; in AddPinchGestureToGroup()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp278 constexpr int32_t DEFAULT_PINCH_FINGER = 2; member
935 pinchGesture_ = MakeRefPtr<PinchGesture>(DEFAULT_PINCH_FINGER, DEFAULT_PINCH_DISTANCE); in InitPinchEvent()

Completed in 33 milliseconds