Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/test/unittest/events/
H A Ddrag_event_unit_test.cpp116 const Point preLastPos = { 20, 40 }; in HWTEST_F() local
117 dragEvent_->SetPreLastPoint(preLastPos); in HWTEST_F()
118 EXPECT_EQ(dragEvent_->GetPreLastPoint().x, preLastPos.x); in HWTEST_F()
119 EXPECT_EQ(dragEvent_->GetPreLastPoint().y, preLastPos.y); in HWTEST_F()
/foundation/arkui/ui_lite/interfaces/kits/events/
H A Ddrag_event.h99 * @param preLastPos Indicates the coordinates of the stay position to set.
103 void SetPreLastPoint(const Point& preLastPos) in SetPreLastPoint() argument
105 preLastPos_ = preLastPos; in SetPreLastPoint()

Completed in 1 milliseconds