Searched refs:TAP_GESTURE (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/ |
H A D | tap_gesture.h | 39 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 D | scrollable_event.cpp | 96 clickRecognizer_->SetRecognizerType(GestureTypeName::TAP_GESTURE); in InitClickRecognizer()
|
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_gesture.h | 191 TAP_GESTURE = 0, enumerator
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | gesture_impl.cpp | 389 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 D | constants.h | 782 TAP_GESTURE = 0, member in OHOS::Ace::GestureTypeName
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 4323 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