Home
last modified time | relevance | path

Searched refs:LongPress (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine_lite/test/moduletest/common/
H A Dbasic_tdd_test.h56 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 Dbasic_tdd_test.cpp202 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 Devent_bubble_tdd_test.cpp1036 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 Dtab_bar_event_test_ng.cpp27 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 Dinput_event_tdd_test.cpp843 LongPress(x, y); in LongPressPosition()

Completed in 7 milliseconds