Home
last modified time | relevance | path

Searched refs:longPressPoint (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ui_lite/test/unittest/dfx/
H A Devent_injector_unit_test.cpp342 Point longPressPoint = {static_cast<int16_t>(longPressView_->GetRect().GetX() + longPressView_->GetWidth() / 2), in HWTEST_F() local
344 bool ret = EventInjector::GetInstance()->SetLongPressEvent(longPressPoint); in HWTEST_F()
367 Point longPressPoint = {static_cast<int16_t>(longPressView_->GetRect().GetX() + longPressView_->GetWidth() / 2), in HWTEST_F() local
371 EventInjector::GetInstance()->SetLongPressEvent(longPressPoint); in HWTEST_F()
373 bool ret = EventInjector::GetInstance()->SetLongPressEvent(longPressPoint); in HWTEST_F()
/foundation/arkui/ui_lite/interfaces/kits/dfx/
H A Devent_injector.h129 * @param longPressPoint Indicates the coordinates of the long press point.
134 bool SetLongPressEvent(const Point& longPressPoint);
/foundation/arkui/ui_lite/frameworks/dfx/
H A Devent_injector.cpp170 bool EventInjector::SetLongPressEvent(const Point& longPressPoint) in SetLongPressEvent() argument
183 dataArray[i].point = longPressPoint; in SetLongPressEvent()
/foundation/arkui/ui_lite/test/unittest/events/
H A Devent_bubble_unit_test.cpp369 Point longPressPoint = {(int16_t)(longPressView_->GetRect().GetX() + longPressView_->GetWidth() / 2), in HWTEST_F() local
372 LongPressEvent longPressEvent(longPressPoint, pressTimeStamp); in HWTEST_F()

Completed in 3 milliseconds