Home
last modified time | relevance | path

Searched defs:animationExtFunc (Results 1 – 1 of 1) sorted by relevance

/base/msdp/device_status/services/interaction/drag/src/
Ddrag_drawing.cpp418 auto animationExtFunc = reinterpret_cast<DragExtFunc>(dlsym(dragExtHandle_, "OnStartDragExt")); in OnStartDrag() local
446 auto animationExtFunc = reinterpret_cast<DragExtFunc>(dlsym(dragExtHandle_, "OnDragStyleExt")); in OnDragStyle() local
478 …auto animationExtFunc = reinterpret_cast<DragExtFunc>(dlsym(dragExtHandle_, "OnStopDragSuccessExt"… in OnStopDragSuccess() local
508 … auto animationExtFunc = reinterpret_cast<DragExtFunc>(dlsym(dragExtHandle_, "OnStopDragFailExt")); in OnStopDragFail() local