Home
last modified time | relevance | path

Searched refs:IsShowAIWrite (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_select_overlay.cpp287 menuInfo.showAIWrite = pattern->IsShowAIWrite() && pattern->IsSelected(); in OnUpdateMenuInfo()
H A Dtext_field_pattern.h920 bool IsShowAIWrite();
H A Dtext_field_pattern.cpp7078 dumpLog.AddDesc(std::string("IsAIWrite: ").append(std::to_string(IsShowAIWrite()))); in OnBackPressed()
8794 bool TextFieldPattern::IsShowAIWrite() in OnBackPressed() function in OHOS::Ace::NG::TextFieldPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_select_overlay.cpp282 menuInfo.showAIWrite = pattern->IsShowAIWrite() && hasValue; in OnUpdateMenuInfo()
H A Drich_editor_pattern.h770 bool IsShowAIWrite();
H A Drich_editor_pattern.cpp7690 dumpLog.AddDesc(std::string("IsAIWrite: ").append(std::to_string(IsShowAIWrite()))); in OnBackPressed()
10906 bool RichEditorPattern::IsShowAIWrite() in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern