Home
last modified time | relevance | path

Searched refs:longPressView_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/test/unittest/dfx/
H A Devent_injector_unit_test.cpp100 static TestEventInjectorView* longPressView_; member in OHOS::EventInjectorTest
111 TestEventInjectorView* EventInjectorTest::longPressView_ = nullptr; member in OHOS::EventInjectorTest
163 longPressView_ = new TestEventInjectorView(); in TestApp()
164 SetUpTestview(longPressView_, true, false); in TestApp()
335 if (longPressView_ == nullptr) { in HWTEST_F()
342 Point longPressPoint = {static_cast<int16_t>(longPressView_->GetRect().GetX() + longPressView_->GetWidth() / 2), in HWTEST_F()
343 static_cast<int16_t>(longPressView_->GetRect().GetY() + longPressView_->GetHeight() / 2)}; in HWTEST_F()
362 if (longPressView_ in HWTEST_F()
[all...]
/foundation/arkui/ui_lite/test/unittest/events/
H A Devent_bubble_unit_test.cpp96 static TestEventBubbleView* longPressView_; member in OHOS::EventBubbleTest
161 TestEventBubbleView* EventBubbleTest::longPressView_ = nullptr; member in OHOS::EventBubbleTest
187 longPressView_ = new TestEventBubbleView(); in TestApp()
188 SetUpTestview(longPressView_, true, false); in TestApp()
369 Point longPressPoint = {(int16_t)(longPressView_->GetRect().GetX() + longPressView_->GetWidth() / 2), in HWTEST_F()
370 (int16_t)(longPressView_->GetRect().GetY() + longPressView_->GetHeight() / 2)}; in HWTEST_F()

Completed in 4 milliseconds