Home
last modified time | relevance | path

Searched defs:distanceThreshold (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/include/
H A Dtouchpad_transform_processor.h67 const float distanceThreshold = 0.2F; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dclick_recognizer.h65 void SetDistanceThreshold(double distanceThreshold) in SetDistanceThreshold()
H A Dclick_recognizer.cpp88 ClickRecognizer::ClickRecognizer(int32_t fingers, int32_t count, double distanceThreshold) in ClickRecognizer()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dclick_event.h110 void AddDistanceThreshold(double distanceThreshold) in AddDistanceThreshold()
H A Dgesture_event_hub.cpp1352 void GestureEventHub::SetUserOnClick(GestureEventFunc&& clickEvent, double distanceThreshold) in SetUserOnClick()
1421 void GestureEventHub::AddClickEvent(const RefPtr<ClickEvent>& clickEvent, double distanceThreshold) in AddClickEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dgesture_model_impl.cpp68 void TapGestureModelImpl::Create(int32_t countNum, int32_t fingersNum, double distanceThreshold) in Create()
H A Dview_abstract_model_impl.cpp1032 GestureEventFunc&& tapEventFunc, ClickEventFunc&& clickEventFunc, double distanceThreshold) in SetOnClick()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gesture/
H A Dgesture_model_ng.cpp129 void TapGestureModelNG::Create(int32_t countNum, int32_t fingersNum, double distanceThreshold) in Create()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_interactable_view.cpp219 double distanceThreshold = std::numeric_limits<double>::infinity(); in JsOnClick() local
H A Djs_gesture.cpp286 JSRef<JSVal> distanceThreshold = obj->GetProperty(TAP_GESTURE_DISTANCE); in Create() local
H A Djs_view_abstract.cpp9878 double distanceThreshold = std::numeric_limits<double>::infinity(); in JsOnClick() local
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dgesture_impl.cpp417 …er* CreateTapGestureWithDistanceThreshold(int32_t count, int32_t fingers, double distanceThreshold) in CreateTapGestureWithDistanceThreshold()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_gesture_modifier.cpp90 ArkUI_Int32 count, ArkUI_Int32 fingers, double distanceThreshold, void* userData) in createTapGestureWithDistanceThreshold()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.h917 …estureEventFunc&& tapEventFunc, ClickEventFunc&& clickEventFunc, double distanceThreshold) override in SetOnClick()
H A Dview_abstract.cpp1081 void ViewAbstract::SetOnClick(GestureEventFunc&& clickEventFunc, double distanceThreshold) in SetOnClick()
3922 …ract::SetOnClick(FrameNode* frameNode, GestureEventFunc&& clickEventFunc, double distanceThreshold) in SetOnClick()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp6313 int32_t& count, double& distanceThreshold, uint32_t argNumber) in GetTapGestureValue()
7526 double distanceThreshold = DEFAULT_TAP_DISTANCE; in AddTapGesture() local
7688 double distanceThreshold = DEFAULT_TAP_DISTANCE; in AddTapGestureToGroup() local