Home
last modified time | relevance | path

Searched refs:isButtonDown (Results 1 - 5 of 5) sorted by relevance

/base/msdp/device_status/intention/cooperate/plugin/src/input_event_transmission/
H A Dinput_event_interceptor.cpp145 bool isButtonDown = (pressedButtons.find(MMI::PointerEvent::MOUSE_BUTTON_LEFT) != pressedButtons.end()); in OnNotifyCrossDrag() local
146 FI_HILOGD("PointerAction:%{public}d, isPressed:%{public}s", pointerAction, isButtonDown ? "true" : "false"); in OnNotifyCrossDrag()
148 env_->GetDragManager().NotifyCrossDrag(isButtonDown); in OnNotifyCrossDrag()
H A Dinput_event_builder.cpp214 bool isButtonDown = (pressedButtons.find(MMI::PointerEvent::MOUSE_BUTTON_LEFT) != pressedButtons.end()); in OnNotifyCrossDrag() local
215 FI_HILOGD("PointerAction:%{public}d, isPressed:%{public}s", pointerAction, isButtonDown ? "true" : "false"); in OnNotifyCrossDrag()
217 env_->GetDragManager().NotifyCrossDrag(isButtonDown); in OnNotifyCrossDrag()
/base/msdp/device_status/intention/prototype/include/
H A Di_drag_manager.h75 virtual void NotifyCrossDrag(bool isButtonDown) = 0;
/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_manager.h103 void NotifyCrossDrag(bool isButtonDown) override;
/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_manager.cpp1213 void DragManager::NotifyCrossDrag(bool isButtonDown) in NotifyCrossDrag() argument
1216 crossDragCallback_(isButtonDown); in NotifyCrossDrag()

Completed in 9 milliseconds