Searched refs:OnReceiveVsync (Results 1 – 3 of 3) sorted by relevance
68 [this](int64_t timeStamp, int64_t _) { this->OnReceiveVsync(timeStamp); }; in MoveDragController()96 void OnReceiveVsync(int64_t timeStamp);
242 HWTEST_F(DragControllerTest, OnReceiveVsync, Function | SmallTest | Level2)247 moveDragController_->OnReceiveVsync(0);249 moveDragController_->OnReceiveVsync(0);
297 void MoveDragController::OnReceiveVsync(int64_t timeStamp) in OnReceiveVsync() function in OHOS::Rosen::MoveDragController