Home
last modified time | relevance | path

Searched refs:deviceTags (Results 1 - 2 of 2) sorted by relevance

/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_manager.cpp888 uint32_t deviceTags = 0; in AddDragEventHandler() local
891 deviceTags = MMI::CapabilityToTags(MMI::INPUT_DEV_CAP_POINTER); in AddDragEventHandler()
893 deviceTags = MMI::CapabilityToTags(MMI::INPUT_DEV_CAP_TOUCH) | in AddDragEventHandler()
904 if (AddPointerEventHandler(deviceTags) != RET_OK) { in AddDragEventHandler()
912 int32_t DragManager::AddPointerEventHandler(uint32_t deviceTags) in AddPointerEventHandler() argument
931 interceptor, DRAG_PRIORITY, deviceTags); in AddPointerEventHandler()
/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_manager.h164 int32_t AddPointerEventHandler(uint32_t deviceTags);

Completed in 8 milliseconds