Home
last modified time | relevance | path

Searched refs:CANCEL (Results 1 - 25 of 164) sorted by relevance

1234567

/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/post_event/
H A Dpost_event_manager.cpp40 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 Danimator_test_ng.cpp53 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 Ddialog_tdd_test.h44 static const char * const CANCEL; member in OHOS::ACELite::DialogTddTest
H A Ddialog_tdd_test.cpp261 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 Dmodel_touch_handler.cpp40 case TouchType::CANCEL: { in HandleTouchEvent()
110 case Ace::TouchType::CANCEL: in CreateSceneTouchEvent()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_pan_handler.cpp116 case PanEvent::CANCEL: in JsHandlerOnPan()
143 JSPanHandler::JsHandlerOnPan(PanEvent::CANCEL, args); in JsHandlerOnCancel()
H A Djs_touch_handler.cpp104 case TouchEvent::CANCEL: in JsHandlerOnTouch()
131 JSTouchHandler::JsHandlerOnTouch(TouchEvent::CANCEL, args); in JsHandlerOnCancel()
H A Djs_touch_handler.h28 enum TouchEvent { DOWN, UP, MOVE, CANCEL }; enumerator
H A Djs_pan_handler.h28 enum class PanEvent { START, UPDATE, END, CANCEL };
/foundation/arkui/ace_engine/test/mock/core/animation/
H A Dmock_animation_manager.cpp40 if (params_.type == AnimationOperation::CANCEL) { in CloseAnimation()
115 params_.type = AnimationOperation::CANCEL; in SetParams()
/foundation/multimodalinput/input/frameworks/napi/gesture_event/src/
H A Djs_gesture_event.cpp28 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 Djs_key_event.cpp29 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 Dvideo_encoder_engine_impl.h30 CANCEL
/foundation/multimodalinput/input/frameworks/napi/touch_event/include/
H A Djs_touch_event.h28 CANCEL = 0, member in OHOS::MMI::final::Action
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/animator/
H A Danimator_model_ng.cpp45 case EventOperation::CANCEL: in AddEventListener()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Devent_constants.h103 CANCEL, member in OHOS::Ace::OHOS::Ace::TouchType
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dgesture_recognizer.cpp85 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 Djs_mouse_event.cpp29 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 Dscene_viewer_touch_handler.cpp39 case TouchType::CANCEL: { in HandleEvent()
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimation_pub.h52 CANCEL, member in OHOS::Ace::AnimationOperation
/foundation/multimodalinput/input/frameworks/napi/joystick_event/include/
H A Djs_joystick_event.h28 CANCEL = 0, member in OHOS::MMI::final::Action
/foundation/multimedia/player_framework/services/services/transcoder/ipc/
H A Di_standard_transcoder_service.h65 CANCEL, enumerator
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Draw_recognizer.cpp53 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 Davtranscoder_napi.h45 const std::string CANCEL = "Cancel"; member
68 AVTransCoderOpt::CANCEL,
75 AVTransCoderOpt::CANCEL,
/foundation/arkui/ace_engine/frameworks/core/gestures/test/unittest/
H A Dgestures_test.cpp452 .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...]

Completed in 12 milliseconds

1234567