Home
last modified time | relevance | path

Searched refs:GetCustomKeyboardOption (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_model_ng.h259 static bool GetCustomKeyboardOption(FrameNode* frameNode);
H A Dtext_field_model_ng.cpp1884 bool TextFieldModelNG::GetCustomKeyboardOption(FrameNode* frameNode) in GetCustomKeyboardOption() function in OHOS::Ace::NG::TextFieldModelNG
1889 return pattern->GetCustomKeyboardOption(); in GetCustomKeyboardOption()
H A Dtext_field_pattern.h1273 bool GetCustomKeyboardOption() in GetCustomKeyboardOption() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_input_modifier.cpp1574 return static_cast<ArkUI_Int32>(TextFieldModelNG::GetCustomKeyboardOption(frameNode)); in GetTextInputCustomKeyboardOption()