Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/test/unittest/dfx/
H A Devent_injector_unit_test.cpp99 static TestEventInjectorView* dragView_; member in OHOS::EventInjectorTest
110 TestEventInjectorView* EventInjectorTest::dragView_ = nullptr; member in OHOS::EventInjectorTest
166 dragView_ = new TestEventInjectorView(); in TestApp()
167 SetUpTestview(dragView_, true, true); in TestApp()
262 if (dragView_ == nullptr) { in HWTEST_F()
268 Point startPoint = {static_cast<int16_t>(dragView_->GetRect().GetX() + dragView_->GetWidth() / 4), in HWTEST_F()
269 static_cast<int16_t>(dragView_->GetRect().GetY() + dragView_->GetHeight() / 2)}; in HWTEST_F()
271 Point endPoint = {static_cast<int16_t>(dragView_ in HWTEST_F()
[all...]
/foundation/arkui/ui_lite/test/unittest/events/
H A Devent_bubble_unit_test.cpp95 static TestEventBubbleView* dragView_; member in OHOS::EventBubbleTest
160 TestEventBubbleView* EventBubbleTest::dragView_ = nullptr; member in OHOS::EventBubbleTest
190 dragView_ = new TestEventBubbleView(); in TestApp()
191 SetUpTestview(dragView_, true, true); in TestApp()
399 Point dragCurPoint = {(int16_t)(dragView_->GetRect().GetX() + dragView_->GetWidth() / 2), in HWTEST_F()
400 (int16_t)(dragView_->GetRect().GetY() + dragView_->GetHeight() / 2)}; in HWTEST_F()
402 Point dragLastPoint = {(int16_t)(dragView_->GetRect().GetX() + dragView_ in HWTEST_F()
[all...]

Completed in 2 milliseconds