Searched refs:LongPress (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ace_engine_lite/test/moduletest/common/ |
H A D | basic_tdd_test.h | 56 void LongPress(const UIView *view, uint8_t sleepTicks = 200) const; 58 void LongPress(int16_t x, int16_t y, uint8_t sleepTicks = 200) const;
|
H A D | basic_tdd_test.cpp | 202 return LongPress(GetViewByRef(page, ref), sleepTicks); in LongPressByRef() 217 void BasicTddTest::LongPress(const UIView *view, uint8_t sleepTicks) const in LongPress() function in OHOS::ACELite::BasicTddTest 220 HILOG_ERROR(HILOG_MODULE_ACE, "[BasicTddTest::LongPress]: Failed to long press because view is nullptr"); in LongPress() 226 return LongPress(x, y, sleepTicks); in LongPress() 244 void BasicTddTest::LongPress(int16_t x, int16_t y, uint8_t sleepTicks) const in LongPress() function in OHOS::ACELite::BasicTddTest 250 "[BasicTddTest::LongPress]: Success to inject LONGPRESS event on (%{public}d, %{public}d)\n", x, y); in LongPress() 253 "[BasicTddTest::LongPress]: Failed to inject LONGPRESS event on (%{public}d, %{public}d)\n", x, y); in LongPress()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/event_bubble/ |
H A D | event_bubble_tdd_test.cpp | 1036 LongPress(centerX, centerY); in EventBubbleTest002() 1116 LongPress(centerX, centerY); in EventBubbleTest005() 1191 LongPress(centerX, centerY); in EventBubbleTest008() 1273 LongPress(centerX, centerY); in EventBubbleTest011() 1279 LongPress(centerX + distance, centerY); in EventBubbleTest011() 1284 LongPress(centerX - distance, centerY); in EventBubbleTest011() 1358 LongPress(centerX, centerY); in EventBubbleTest014() 1361 LongPress(centerX, centerY); in EventBubbleTest014()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/ |
H A D | tab_bar_event_test_ng.cpp | 27 void LongPress(Offset location); 31 void TabBarEventTestNg::LongPress(Offset location) in LongPress() function in OHOS::Ace::NG::TabBarEventTestNg 705 LongPress(firstItemPoint); in HWTEST_F() 760 LongPress(firstItemPoint); in HWTEST_F() 770 LongPress(firstItemPoint); in HWTEST_F() 780 LongPress(firstItemPoint); in HWTEST_F()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | input_event_tdd_test.cpp | 843 LongPress(x, y); in LongPressPosition()
|
Completed in 7 milliseconds