Home
last modified time | relevance | path

Searched refs:SetAllowStartDrag (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/msdp/device_status/intention/prototype/include/
H A Di_drag_manager.h80 virtual void SetAllowStartDrag(bool hasUpEvent) = 0;
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/input_event_transmission/
H A Dinput_event_interceptor.cpp100 env_->GetDragManager().SetAllowStartDrag(false); in OnPointerEvent()
/ohos5.0/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_manager.h96 void SetAllowStartDrag(bool hasUpEvent) override;
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_manager.cpp237 SetAllowStartDrag(true); in StartDrag()
324 SetAllowStartDrag(true); in StopDrag()
1439 void DragManager::SetAllowStartDrag(bool hasUpEvent) in SetAllowStartDrag() function in OHOS::Msdp::DeviceStatus::DragManager
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dstate_machine.cpp618 env_->GetDragManager().SetAllowStartDrag(false); in AddMonitor()