Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp8820 auto isAISupport = false; in OnBackPressed() local
8822 isAISupport = true; in OnBackPressed()
8824 TAG_LOGI(AceLogTag::ACE_TEXT_FIELD, "isAISupport: %{public}d", isAISupport); in OnBackPressed()
8825 return IsUnspecifiedOrTextType() && isAISupport; in OnBackPressed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp10929 auto isAISupport = false; in OnBackPressed() local
10931 isAISupport = true; in OnBackPressed()
10933 TAG_LOGI(AceLogTag::ACE_RICH_TEXT, "isAISupport: %{public}d", isAISupport); in OnBackPressed()
10934 return isAISupport; in OnBackPressed()