Home
last modified time | relevance | path

Searched refs:NeedShowAIDetect (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testtwo_ng.cpp595 ret = richEditorPattern->NeedShowAIDetect();
616 ret = richEditorPattern->NeedShowAIDetect();
637 ret = richEditorPattern->NeedShowAIDetect();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_layout_algorithm.cpp293 auto useExternalParagraph = pattern->GetExternalParagraph() && !pattern->NeedShowAIDetect(); in CreateParagraph()
471 if (pattern->NeedShowAIDetect()) { in UpdateSingleParagraph()
H A Dtext_pattern.h498 virtual bool NeedShowAIDetect();
H A Dspan_node.cpp287 } else if (pattern->NeedShowAIDetect() && !aiSpanMap.empty()) { in UpdateParagraph()
H A Dtext_pattern.cpp890 if (!NeedShowAIDetect() || mouseStatus_ == MouseStatus::MOVE || IsDragging()) { in HandleClickAISpanEvent()
1223 … if (textPattern->GetCopyOptions() == CopyOptions::None && !textPattern->NeedShowAIDetect() && in InitClickEvent()
3510 bool TextPattern::NeedShowAIDetect() in NeedShowAIDetect() function in OHOS::Ace::NG::TextPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h752 bool NeedShowAIDetect() override;
H A Drich_editor_pattern.cpp8950 bool RichEditorPattern::NeedShowAIDetect() in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern
8952 return TextPattern::NeedShowAIDetect() && !isEditing_ && !isShowPlaceholder_; in OnBackPressed()