Searched refs:touchInside (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/ |
H A D | select_overlay_callback.h | 97 …d OnHandleGlobalTouchEvent(SourceType sourceType, TouchType touchType, bool touchInside = true) {}; 100 bool touchInside = CheckTouchInHostNode(localPoint); in OnHandleGlobalEvent() local 102 isIntercept_ = event.sourceType != SourceType::MOUSE && touchInside; in OnHandleGlobalEvent() 109 OnHandleGlobalTouchEvent(SourceType::MOUSE, TouchType::DOWN, touchInside); in OnHandleGlobalEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_context_select_overlay.h | 57 …void OnHandleGlobalTouchEvent(SourceType sourceType, TouchType touchType, bool touchInside = true)…
|
H A D | web_context_select_overlay.cpp | 150 …lectOverlay::OnHandleGlobalTouchEvent(SourceType sourceType, TouchType touchType, bool touchInside) in OnHandleGlobalTouchEvent() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_select_overlay.h | 59 …void OnHandleGlobalTouchEvent(SourceType sourceType, TouchType touchType, bool touchInside = true)…
|
H A D | text_select_overlay.cpp | 396 …lectOverlay::OnHandleGlobalTouchEvent(SourceType sourceType, TouchType touchType, bool touchInside) in OnHandleGlobalTouchEvent() argument 400 if (IsMouseClickDown(sourceType, touchType) && touchInside) { in OnHandleGlobalTouchEvent()
|
H A D | base_text_select_overlay.h | 71 …void OnHandleGlobalTouchEvent(SourceType sourceType, TouchType touchType, bool touchInside = true)…
|
H A D | base_text_select_overlay.cpp | 207 …lectOverlay::OnHandleGlobalTouchEvent(SourceType sourceType, TouchType touchType, bool touchInside) in OnHandleGlobalTouchEvent() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_select_overlay.h | 65 …void OnHandleGlobalTouchEvent(SourceType sourceType, TouchType touchType, bool touchInside = true)…
|
H A D | text_field_select_overlay.cpp | 119 …lectOverlay::OnHandleGlobalTouchEvent(SourceType sourceType, TouchType touchType, bool touchInside) in OnHandleGlobalTouchEvent() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_select_overlay.h | 54 …void OnHandleGlobalTouchEvent(SourceType sourceType, TouchType touchType, bool touchInside = true)…
|
H A D | rich_editor_select_overlay.cpp | 416 …lectOverlay::OnHandleGlobalTouchEvent(SourceType sourceType, TouchType touchType, bool touchInside) in OnHandleGlobalTouchEvent() argument
|