Home
last modified time | relevance | path

Searched refs:touchAtHandle_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dbase_text_select_overlay.cpp902 touchAtHandle_ = overlayManager->IsTouchAtHandle( in IsTouchAtHandle()
905 if (touchAtHandle_) { in IsTouchAtHandle()
906 touchAtHandle_ = false; in IsTouchAtHandle()
910 return touchAtHandle_; in IsTouchAtHandle()
H A Dbase_text_select_overlay.h328 bool touchAtHandle_ = false; variable