Home
last modified time | relevance | path

Searched refs:touchType_ (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/model/
H A Dmodel_test_ng.cpp336 touchLocationInfo.touchType_ = TouchType::MOVE;
444 touchLocationInfo.touchType_ = TouchType::DOWN;
450 touchLocationInfo.touchType_ = TouchType::MOVE;
456 touchLocationInfo.touchType_ = TouchType::UP;
461 touchLocationInfo.touchType_ = TouchType::CANCEL;
466 touchLocationInfo.touchType_ = TouchType::UNKNOWN;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dtouch_event.h517 explicit TouchCallBackInfo(TouchType type) : BaseEventInfo("onTouchEvent"), touchType_(type) {} in TouchCallBackInfo()
554 touchType_ = type; in SetTouchType()
558 return touchType_; in GetTouchType()
574 TouchType touchType_ = TouchType::UNKNOWN; variable
649 return touchType_; in GetTouchType()
653 touchType_ = type; in SetTouchType()
676 TouchType touchType_ = TouchType::UNKNOWN; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testthree_ng.cpp507 touchLocationInfo.touchType_ = TouchType::DOWN;
527 touchLocationInfo.touchType_ = TouchType::UP;
547 touchLocationInfo.touchType_ = TouchType::MOVE;
567 touchLocationInfo.touchType_ = TouchType::UNKNOWN;
H A Drich_editor_overlay_test_ng.cpp944 touchLocationInfo.touchType_ = TouchType::DOWN;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_test.cpp43 touchLocationInfo1.touchType_ = TouchType::DOWN;
46 touchLocationInfo11.touchType_ = TouchType::DOWN;
66 touchLocationInfo2.touchType_ = TouchType::MOVE;
69 touchLocationInfo22.touchType_ = TouchType::MOVE;
89 touchLocationInfo3.touchType_ = TouchType::UP;
92 touchLocationInfo33.touchType_ = TouchType::UP;
H A Dtext_input_update_test.cpp563 touchLocationInfo1.touchType_ = TouchType::UP;
566 touchLocationInfo11.touchType_ = TouchType::UP;
H A Dtext_field_pattern_test.cpp1911 touchLocationInfo.touchType_ = TouchType::MOVE;
1998 touchLocationInfo.touchType_ = TouchType::MOVE;
2027 touchLocationInfo.touchType_ = TouchType::MOVE;
H A Dtext_area_test.cpp496 touchLocationInfo1.touchType_ = TouchType::DOWN;
H A Dtext_input_modify_test.cpp573 touchLocationInfo.touchType_ = TouchType::DOWN;
H A Dtext_field_pattern_testtwo.cpp1388 touchLocationInfo.touchType_ = TouchType::MOVE;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/
H A Dslider_test_ng.cpp426 LInfo.touchType_ = TouchType::DOWN;
444 info.changedTouches_.front().touchType_ = TouchType::UP;
674 LInfo.touchType_ = TouchType::DOWN;
722 LInfo.touchType_ = TouchType::DOWN;
1189 LInfo.touchType_ = TouchType::DOWN;
1240 LInfo.touchType_ = TouchType::DOWN;
1290 LInfo.touchType_ = TouchType::DOWN;
1356 LInfo.touchType_ = TouchType::DOWN;
H A Dslider_Extend_test_ng.cpp1339 LInfo.touchType_ = TouchType::DOWN;
1350 UpInfo.touchType_ = TouchType::UP;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Dsheet_coverage_test_ng.cpp196 locationInfo.touchType_ = TouchType::UNKNOWN;
201 locationInfo.touchType_ = TouchType::DOWN;
206 locationInfo.touchType_ = TouchType::CANCEL;
211 locationInfo.touchType_ = TouchType::UP;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dselect_overlay_manager_test_ng.cpp2175 location.touchType_ = TouchType::UP;