Searched refs:Swipe (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/event_bubble/ |
H A D | event_bubble_tdd_test.cpp | 1066 Swipe(startX, centerY, endX, centerY); in EventBubbleTest003() 1143 Swipe(startX, centerY, endX, centerY); in EventBubbleTest006() 1218 Swipe(startX, centerY, endX, centerY); in EventBubbleTest009() 1310 Swipe(startX, redY, endX, redY); in EventBubbleTest012() 1314 Swipe(startX, greenY, endX, greenY); in EventBubbleTest012() 1318 Swipe(startX, blueY, endX, blueY); in EventBubbleTest012() 1380 Swipe(startX, centerY, endX, centerY); in EventBubbleTest015() 1383 Swipe(startX, centerY, endX, centerY); in EventBubbleTest015() 1386 Swipe(startX, centerY, endX, centerY); in EventBubbleTest015() 1429 Swipe( in EventBubbleTest017() [all...] |
/foundation/arkui/ace_engine_lite/test/moduletest/common/ |
H A D | basic_tdd_test.h | 59 void Swipe(int16_t startX, int16_t startY, int16_t endX, int16_t endY, uint8_t sleepTicks = 150) const;
|
H A D | basic_tdd_test.cpp | 259 void BasicTddTest::Swipe(int16_t startX, int16_t startY, int16_t endX, int16_t endY, uint8_t sleepTicks) const in Swipe() function in OHOS::ACELite::BasicTddTest 266 "[BasicTddTest::Swipe]: Success to inject SWIPE event from (%{public}d, %{public}d) to " in Swipe() 272 "[BasicTddTest::Swipe]: Failed to inject SWIPE from (%{public}d, %{public}d) to (%{public}d, %{public}d)\n", in Swipe()
|
Completed in 5 milliseconds