Home
last modified time | relevance | path

Searched refs:IsNotNeedShowPreview (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.h136 bool IsNotNeedShowPreview() const in IsNotNeedShowPreview() function
H A Ddrag_event.cpp515 if (!gestureHub->GetBindMenuStatus().IsNotNeedShowPreview() && in OnCollectTouchTarget()
672 if (gestureHub->GetBindMenuStatus().IsNotNeedShowPreview()) { in OnCollectTouchTarget()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp456 bool isNotNeedShowPreview = previewGesture->GetBindMenuStatus().IsNotNeedShowPreview(); in IsPreviewMenuNotNeedShowPreview()