Home
last modified time | relevance | path

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

/foundation/window/window_manager/wmserver/include/
H A Ddrag_controller.h69 [this](int64_t timeStamp, int64_t _) { this->OnReceiveVsync(timeStamp); }; in MoveDragController()
97 void OnReceiveVsync(int64_t timeStamp);
/foundation/window/window_manager/wmserver/test/unittest/
H A Ddrag_controller_test.cpp238 * @tc.name: OnReceiveVsync
239 * @tc.desc: OnReceiveVsync
242 HWTEST_F(DragControllerTest, OnReceiveVsync, Function | SmallTest | Level2) in HWTEST_F()
247 moveDragController_->OnReceiveVsync(0); in HWTEST_F()
249 moveDragController_->OnReceiveVsync(0); in HWTEST_F()
/foundation/window/window_manager/wmserver/src/
H A Ddrag_controller.cpp297 void MoveDragController::OnReceiveVsync(int64_t timeStamp) in OnReceiveVsync() function in OHOS::Rosen::MoveDragController
303 WLOGFD("[OnReceiveVsync] receive move event, action: %{public}d", moveEvent_->GetPointerAction()); in OnReceiveVsync()

Completed in 3 milliseconds