Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.h187 void StartLongPressActionForWeb(bool isFloatImage = true);
H A Dgesture_event_hub.h651 void StartLongPressActionForWeb(bool isFloatImage = true);
H A Dgesture_event_hub.cpp511 void GestureEventHub::StartLongPressActionForWeb(bool isFloatImage) in StartLongPressActionForWeb() argument
520 [weak = WeakClaim(this), isFloatImage]() { in StartLongPressActionForWeb()
525 dragEventActuator->StartLongPressActionForWeb(isFloatImage); in StartLongPressActionForWeb()
H A Ddrag_event.cpp130 void DragEventActuator::StartLongPressActionForWeb(bool isFloatImage) in StartLongPressActionForWeb() argument
132 … TAG_LOGW(AceLogTag::ACE_WEB, "StartLongPressActionForWeb isFloatImage:%{public}d", isFloatImage); in StartLongPressActionForWeb()
133 isFloatImage_ = isFloatImage; in StartLongPressActionForWeb()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp1612 bool isFloatImage = true; in NotifyStartDragTask() local
1615 isFloatImage = false; in NotifyStartDragTask()
1617 gestureHub->StartLongPressActionForWeb(isFloatImage); in NotifyStartDragTask()