Home
last modified time | relevance | path

Searched refs:TAP_GESTURE (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dtap_gesture.h39 gestureInfo_->SetType(GestureTypeName::TAP_GESTURE); in TapGesture()
40 gestureInfo_->SetRecognizerType(GestureTypeName::TAP_GESTURE); in TapGesture()
42 gestureInfo_ = MakeRefPtr<GestureInfo>(GestureTypeName::TAP_GESTURE, GestureTypeName::TAP_GESTURE, false); in TapGesture()
49 gestureInfo_->SetType(GestureTypeName::TAP_GESTURE); in TapGesture()
50 gestureInfo_->SetRecognizerType(GestureTypeName::TAP_GESTURE); in TapGesture()
52 gestureInfo_ = MakeRefPtr<GestureInfo>(GestureTypeName::TAP_GESTURE, GestureTypeName::TAP_GESTURE, false); in TapGesture()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dscrollable_event.cpp96 clickRecognizer_->SetRecognizerType(GestureTypeName::TAP_GESTURE); in InitClickRecognizer()
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_gesture.h191 TAP_GESTURE = 0, enumerator
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dgesture_impl.cpp389 auto* ndkGesture = new ArkUI_GestureRecognizer{ TAP_GESTURE, nullptr, nullptr, nullptr }; in CreateTapGesture()
400 auto* ndkGesture = new ArkUI_GestureRecognizer{ TAP_GESTURE, nullptr, nullptr, nullptr }; in CreateTapGestureWithDistanceThreshold()
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h782 TAP_GESTURE = 0, member in OHOS::Ace::GestureTypeName
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js4323 CommonGestureType[CommonGestureType['TAP_GESTURE'] = 0] = 'TAP_GESTURE';
4340 super(CommonGestureType.TAP_GESTURE);
4709 case CommonGestureType.TAP_GESTURE: {
4783 case CommonGestureType.TAP_GESTURE: {

Completed in 37 milliseconds