Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Ddrag_controller.h68 [this](int64_t timeStamp, int64_t _) { this->OnReceiveVsync(timeStamp); }; in MoveDragController()
96 void OnReceiveVsync(int64_t timeStamp);
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Ddrag_controller_test.cpp242 HWTEST_F(DragControllerTest, OnReceiveVsync, Function | SmallTest | Level2)
247 moveDragController_->OnReceiveVsync(0);
249 moveDragController_->OnReceiveVsync(0);
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Ddrag_controller.cpp297 void MoveDragController::OnReceiveVsync(int64_t timeStamp) in OnReceiveVsync() function in OHOS::Rosen::MoveDragController