/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/include/ |
H A D | touchpad_transform_processor.h | 67 const float distanceThreshold = 0.2F; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | click_recognizer.h | 65 void SetDistanceThreshold(double distanceThreshold) in SetDistanceThreshold()
|
H A D | click_recognizer.cpp | 88 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 D | click_event.h | 110 void AddDistanceThreshold(double distanceThreshold) in AddDistanceThreshold()
|
H A D | gesture_event_hub.cpp | 1352 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 D | gesture_model_impl.cpp | 68 void TapGestureModelImpl::Create(int32_t countNum, int32_t fingersNum, double distanceThreshold) in Create()
|
H A D | view_abstract_model_impl.cpp | 1032 GestureEventFunc&& tapEventFunc, ClickEventFunc&& clickEventFunc, double distanceThreshold) in SetOnClick()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gesture/ |
H A D | gesture_model_ng.cpp | 129 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 D | js_interactable_view.cpp | 219 double distanceThreshold = std::numeric_limits<double>::infinity(); in JsOnClick() local
|
H A D | js_gesture.cpp | 286 JSRef<JSVal> distanceThreshold = obj->GetProperty(TAP_GESTURE_DISTANCE); in Create() local
|
H A D | js_view_abstract.cpp | 9878 double distanceThreshold = std::numeric_limits<double>::infinity(); in JsOnClick() local
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | gesture_impl.cpp | 417 …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 D | node_gesture_modifier.cpp | 90 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 D | view_abstract_model_ng.h | 917 …estureEventFunc&& tapEventFunc, ClickEventFunc&& clickEventFunc, double distanceThreshold) override in SetOnClick()
|
H A D | view_abstract.cpp | 1081 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 D | arkts_native_common_bridge.cpp | 6313 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
|