/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/post_event/ |
H A D | post_event_manager.cpp | 40 case TouchType::CANCEL: in PostEvent() 61 event.type = TouchType::CANCEL; in PostDownEvent() 146 } else if ((iter.touchEvent.type == TouchType::UP || iter.touchEvent.type == TouchType::CANCEL) && in CheckAndClearPostEventAction() 176 (actionItem.touchEvent.type == TouchType::UP || actionItem.touchEvent.type == TouchType::CANCEL) && in HaveReceiveUpOrCancelEvent()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/animator/ |
H A D | animator_test_ng.cpp | 53 aimatorModel.AddEventListener(nullptr, Framework::EventOperation::CANCEL, "-1");
in HWTEST_F() 63 aimatorModel.AddEventListener(event, Framework::EventOperation::CANCEL, "-1");
in HWTEST_F()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/test/unittest/common/ |
H A D | dialog_tdd_test.h | 44 static const char * const CANCEL; member in OHOS::ACELite::DialogTddTest
|
H A D | dialog_tdd_test.cpp | 261 const char * const DialogTddTest::CANCEL = "cancel"; member in OHOS::ACELite::DialogTddTest 352 EXPECT_STREQ(val, CANCEL); in DialogTest002() 400 EXPECT_STREQ(val, CANCEL); in DialogTest003() 466 EXPECT_STREQ(val, CANCEL); in DialogTest004()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/ |
H A D | model_touch_handler.cpp | 40 case TouchType::CANCEL: { in HandleTouchEvent() 110 case Ace::TouchType::CANCEL: in CreateSceneTouchEvent()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_pan_handler.cpp | 116 case PanEvent::CANCEL: in JsHandlerOnPan() 143 JSPanHandler::JsHandlerOnPan(PanEvent::CANCEL, args); in JsHandlerOnCancel()
|
H A D | js_touch_handler.cpp | 104 case TouchEvent::CANCEL: in JsHandlerOnTouch() 131 JSTouchHandler::JsHandlerOnTouch(TouchEvent::CANCEL, args); in JsHandlerOnCancel()
|
H A D | js_touch_handler.h | 28 enum TouchEvent { DOWN, UP, MOVE, CANCEL }; enumerator
|
H A D | js_pan_handler.h | 28 enum class PanEvent { START, UPDATE, END, CANCEL };
|
/foundation/arkui/ace_engine/test/mock/core/animation/ |
H A D | mock_animation_manager.cpp | 40 if (params_.type == AnimationOperation::CANCEL) { in CloseAnimation() 115 params_.type = AnimationOperation::CANCEL; in SetParams()
|
/foundation/multimodalinput/input/frameworks/napi/gesture_event/src/ |
H A D | js_gesture_event.cpp | 28 CANCEL = 0, member in OHOS::MMI::ActionType 65 DECLARE_NAPI_STATIC_PROPERTY("CANCEL", GetNapiInt32(env, static_cast<int32_t>(ActionType::CANCEL))), in Export()
|
/foundation/multimodalinput/input/frameworks/napi/key_event/src/ |
H A D | js_key_event.cpp | 29 CANCEL = 0, member in OHOS::MMI::__anon11308::Action 99 DECLARE_NAPI_STATIC_PROPERTY("CANCEL", GetNapiInt32(env, static_cast<int32_t>(Action::CANCEL))), in Export()
|
/foundation/multimedia/player_framework/frameworks/native/video_editor/codec/video/encoder/ |
H A D | video_encoder_engine_impl.h | 30 CANCEL
|
/foundation/multimodalinput/input/frameworks/napi/touch_event/include/ |
H A D | js_touch_event.h | 28 CANCEL = 0, member in OHOS::MMI::final::Action
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/animator/ |
H A D | animator_model_ng.cpp | 45 case EventOperation::CANCEL: in AddEventListener()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | event_constants.h | 103 CANCEL, member in OHOS::Ace::OHOS::Ace::TouchType
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | gesture_recognizer.cpp | 85 if (!IsAllowedType(point.sourceTool) && point.type != TouchType::CANCEL) { in HandleEvent() 120 case TouchType::CANCEL: { in HandleEvent() 137 if (!IsAllowedType(event.sourceTool) && event.action != AxisAction::CANCEL) { in HandleEvent() 159 case AxisAction::CANCEL: in HandleEvent() 206 case TouchType::CANCEL: { in HandleBridgeModeEvent()
|
/foundation/multimodalinput/input/frameworks/napi/mouse_event/src/ |
H A D | js_mouse_event.cpp | 29 CANCEL = 0, member in OHOS::MMI::__anon11310::Action 87 DECLARE_NAPI_STATIC_PROPERTY("CANCEL", GetNapiInt32(env, static_cast<int32_t>(Action::CANCEL))), in HandleActionPropertyArr()
|
/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/ |
H A D | scene_viewer_touch_handler.cpp | 39 case TouchType::CANCEL: { in HandleEvent()
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | animation_pub.h | 52 CANCEL, member in OHOS::Ace::AnimationOperation
|
/foundation/multimodalinput/input/frameworks/napi/joystick_event/include/ |
H A D | js_joystick_event.h | 28 CANCEL = 0, member in OHOS::MMI::final::Action
|
/foundation/multimedia/player_framework/services/services/transcoder/ipc/ |
H A D | i_standard_transcoder_service.h | 65 CANCEL,
enumerator
|
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | raw_recognizer.cpp | 53 case TouchType::CANCEL: { in HandleRawEvent() 79 } else if (point.type == TouchType::CANCEL) { in DispatchEvent() 100 } else if (point.type == TouchType::CANCEL) { in HandleEvent()
|
/foundation/multimedia/player_framework/frameworks/js/avtranscoder/ |
H A D | avtranscoder_napi.h | 45 const std::string CANCEL = "Cancel";
member 68 AVTransCoderOpt::CANCEL,
75 AVTransCoderOpt::CANCEL,
|
/foundation/arkui/ace_engine/frameworks/core/gestures/test/unittest/ |
H A D | gestures_test.cpp | 452 .x = LOCATION_X, .y = LOCATION_Y, .type = TouchType::CANCEL, .time = std::chrono::high_resolution_clock::now() in HWTEST_F() 1224 pointStart.type = TouchType::CANCEL; in HWTEST_F() 1281 pointEnd.type = TouchType::CANCEL; in HWTEST_F() 1608 point.type = TouchType::CANCEL; in HWTEST_F() 1691 point.type = TouchType::CANCEL; in HWTEST_F() 1774 point.type = TouchType::CANCEL; in HWTEST_F() 1876 point.type = TouchType::CANCEL; in HWTEST_F() 1983 point.type = TouchType::CANCEL; in HWTEST_F() 2081 point.type = TouchType::CANCEL; in HWTEST_F() 2082 point1.type = TouchType::CANCEL; in HWTEST_F() [all...] |