Home
last modified time | relevance | path

Searched refs:IsTouchUp (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_context_select_overlay.cpp152 if (IsMouseClickDown(sourceType, touchType) || IsTouchUp(sourceType, touchType)) { in OnHandleGlobalTouchEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dbase_text_select_overlay.h266 bool IsTouchUp(SourceType sourceType, TouchType touchType) in IsTouchUp() function
H A Dbase_text_select_overlay.cpp211 } else if (IsTouchUp(sourceType, touchType)) { in OnHandleGlobalTouchEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_select_overlay.cpp419 CHECK_NULL_VOID(IsMouseClickDown(sourceType, touchType) || IsTouchUp(sourceType, touchType)); in OnHandleGlobalTouchEvent()