Home
last modified time | relevance | path

Searched defs:distanceThreshold (Results 1 - 25 of 25) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dclick_recognizer.h65 void SetDistanceThreshold(double distanceThreshold) in SetDistanceThreshold() argument
H A Dclick_recognizer.cpp83 ClickRecognizer::ClickRecognizer(int32_t fingers, int32_t count, double distanceThreshold) in ClickRecognizer() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dclick_event.h110 void AddDistanceThreshold(double distanceThreshold) in AddDistanceThreshold() argument
H A Dgesture_event_hub.cpp472 void GestureEventHub::SetUserOnClick(GestureEventFunc&& clickEvent, double distanceThreshold) in SetUserOnClick() argument
490 void GestureEventHub::SetNodeClickDistance(double distanceThreshold) in SetNodeClickDistance() argument
557 AddClickEvent(const RefPtr<ClickEvent>& clickEvent, double distanceThreshold) AddClickEvent() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_location_button.cpp146 double distanceThreshold = std::numeric_limits<double>::infinity(); in JsOnClick() local
151 NG::ViewAbstract::SetOnClick(std::move(onTap), distanceThreshold); in JsOnClick() local
H A Djs_save_button.cpp146 double distanceThreshold = std::numeric_limits<double>::infinity(); in JsOnClick() local
151 NG::ViewAbstract::SetOnClick(std::move(onTap), distanceThreshold); in JsOnClick() local
H A Djs_paste_button.cpp145 double distanceThreshold = std::numeric_limits<double>::infinity(); in JsOnClick() local
150 NG::ViewAbstract::SetOnClick(std::move(onTap), distanceThreshold); in JsOnClick() local
H A Djs_interactable_view.cpp218 double distanceThreshold = std::numeric_limits<double>::infinity(); in JsOnClick() local
224 ViewAbstractModel::GetInstance()->SetOnClick(std::move(onTap), std::move(onClick), distanceThreshold); in JsOnClick() local
H A Djs_gesture.cpp286 JSRef<JSVal> distanceThreshold = obj->GetProperty(TAP_GESTURE_DISTANCE); in Create() local
H A Djs_button.cpp558 double distanceThreshold = std::numeric_limits<double>::infinity(); in JsOnClick() local
563 ButtonModel::GetInstance()->OnClick(std::move(onTap), std::move(onClick), distanceThreshold); in JsOnClick() local
H A Djs_text.cpp705 double distanceThreshold = std::numeric_limits<double>::infinity(); in JsOnClick() local
710 TextModel::GetInstance()->SetOnClick(std::move(onClick), distanceThreshold); in JsOnClick() local
741 double distanceThreshold = std::numeric_limits<double>::infinity(); in JsOnClickWithoutNGBUILD() local
746 TextModel::GetInstance()->SetOnClick(std::move(onClickId), distanceThreshold); in JsOnClickWithoutNGBUILD() local
[all...]
H A Djs_view_abstract.cpp9805 double distanceThreshold = std::numeric_limits<double>::infinity(); in JsOnClick() local
9813 ViewAbstractModel::GetInstance()->SetOnClick(std::move(tmpOnTap), std::move(onClick), distanceThreshold); in JsOnClick() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dgesture_model_impl.cpp66 void TapGestureModelImpl::Create(int32_t countNum, int32_t fingersNum, double distanceThreshold) in Create() argument
H A Dtext_model_impl.cpp278 void TextModelImpl::SetOnClick(std::function<void(BaseEventInfo*)>&& click, double distanceThreshold) in SetOnClick() argument
H A Dbutton_model_impl.cpp178 OnClick(GestureEventFunc&& tapEventFunc, ClickEventFunc&& clickEventFunc, double distanceThreshold) OnClick() argument
H A Dview_abstract_model_impl.cpp1015 SetOnClick( GestureEventFunc&& tapEventFunc, ClickEventFunc&& clickEventFunc, double distanceThreshold) SetOnClick() argument
/foundation/multimodalinput/input/service/touch_event_normalize/include/
H A Dtouchpad_transform_processor.h67 const float distanceThreshold = 0.2F; member in OHOS::MMI::final
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.h918 ViewAbstract::SetOnClick(std::move(tapEventFunc), distanceThreshold); variable
H A Dview_abstract.cpp1011 void ViewAbstract::SetOnClick(GestureEventFunc&& clickEventFunc, double distanceThreshold) in SetOnClick() argument
1017 gestureHub->SetUserOnClick(std::move(clickEventFunc), distanceThreshold); in SetOnClick() local
3808 void ViewAbstract::SetOnClick(FrameNode* frameNode, GestureEventFunc&& clickEventFunc, double distanceThreshold) in SetOnClick() argument
3812 gestureHub->SetUserOnClick(std::move(clickEventFunc), distanceThreshold); in SetOnClick() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gesture/
H A Dgesture_model_ng.cpp125 void TapGestureModelNG::Create(int32_t countNum, int32_t fingersNum, double distanceThreshold) in Create() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_model_ng.cpp312 void ButtonModelNG::OnClick(GestureEventFunc&& tapEventFunc, ClickEventFunc&& clickEventFunc, double distanceThreshold) in OnClick() argument
314 ViewAbstract::SetOnClick(std::move(tapEventFunc), distanceThreshold); in OnClick() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_gesture_modifier.cpp86 createTapGestureWithDistanceThreshold( ArkUI_Int32 count, ArkUI_Int32 fingers, double distanceThreshold, void* userData) createTapGestureWithDistanceThreshold() argument
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dgesture_impl.cpp396 ArkUI_GestureRecognizer* CreateTapGestureWithDistanceThreshold(int32_t count, int32_t fingers, double distanceThreshold) in CreateTapGestureWithDistanceThreshold() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_model_ng.cpp381 void TextModelNG::SetOnClick(std::function<void(BaseEventInfo* info)>&& click, double distanceThreshold) in SetOnClick() argument
388 textPattern->SetOnClickEvent(std::move(clickFunc), distanceThreshold); in SetOnClick() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp7219 double distanceThreshold = DEFAULT_TAP_DISTANCE; in AddTapGesture() local
7381 double distanceThreshold = DEFAULT_TAP_DISTANCE; in AddTapGestureToGroup() local
6239 GetTapGestureValue(ArkUIRuntimeCallInfo* runtimeCallInfo, int32_t& fingers, int32_t& count, double& distanceThreshold, uint32_t argNumber) GetTapGestureValue() argument

Completed in 72 milliseconds