Home
last modified time | relevance | path

Searched refs:PressInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dpress_recognizer.h25 class PressInfo : public TouchLocationInfo {
26 DECLARE_RELATIONSHIP_OF_CLASSES(PressInfo, TouchLocationInfo);
29 explicit PressInfo(int32_t fingerId) : TouchLocationInfo("onPress", fingerId) {} in PressInfo() function
30 ~PressInfo() override = default;
33 using OnPress = std::function<void(const PressInfo&)>;
H A Dpress_recognizer.cpp30 PressInfo info(touchId); in OnAccepted()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_option.cpp138 pressDetect_->SetOnPress([weak = AceType::WeakClaim(this)] (const PressInfo&) { in OnTouchTestHit() argument
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_test_ng.cpp800 PressInfo(5),