Searched refs:PressInfo (Results 1 – 4 of 4) sorted by relevance
25 class PressInfo : public TouchLocationInfo {26 DECLARE_RELATIONSHIP_OF_CLASSES(PressInfo, TouchLocationInfo);29 explicit PressInfo(int32_t fingerId) : TouchLocationInfo("onPress", fingerId) {} in PressInfo() function30 ~PressInfo() override = default;33 using OnPress = std::function<void(const PressInfo&)>;
30 PressInfo info(touchId); in OnAccepted()
138 pressDetect_->SetOnPress([weak = AceType::WeakClaim(this)] (const PressInfo&) { in OnTouchTestHit() argument
800 PressInfo(5),