Home
last modified time | relevance | path

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

/ohos5.0/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_drawing.h322 void OnStopAnimationSuccess();
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp846 void DragDrawing::OnStopAnimationSuccess() in OnStopAnimationSuccess() function in OHOS::Msdp::DeviceStatus::DragDrawing
906 if (!handler_->PostTask([this] { return this->OnStopAnimationSuccess(); })) { in OnStopDragSuccess()