Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_model_ng.h202 static bool GetRequestKeyboardOnFocus(FrameNode* frameNode);
H A Dtext_field_model_ng.cpp1417 bool TextFieldModelNG::GetRequestKeyboardOnFocus(FrameNode* frameNode) in GetRequestKeyboardOnFocus() function in OHOS::Ace::NG::TextFieldModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_input_modifier.cpp837 return static_cast<ArkUI_Bool>(TextFieldModelNG::GetRequestKeyboardOnFocus(frameNode)); in GetTextInputRequestKeyboardOnFocus()