Home
last modified time | relevance | path

Searched refs:firstWindowDragListener_ (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_drag_test.cpp50 static sptr<TestDragListener> firstWindowDragListener_; member in OHOS::Rosen::WindowDragTest
135 ASSERT_EQ(300, firstWindowDragListener_->point_.x);
136 ASSERT_EQ(300, firstWindowDragListener_->point_.y);
165 ASSERT_EQ(300, firstWindowDragListener_->point_.x);
166 ASSERT_EQ(300, firstWindowDragListener_->point_.y);
171 ASSERT_EQ(400, firstWindowDragListener_->point_.x);
172 ASSERT_EQ(400, firstWindowDragListener_->point_.y);
208 ASSERT_EQ(300, firstWindowDragListener_->point_.x);
209 ASSERT_EQ(300, firstWindowDragListener_->point_.y);
214 ASSERT_EQ(400, firstWindowDragListener_->point_.x);
[all …]