Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration_constants.cpp178 const std::shared_ptr<TextFieldMethod> DeclarationConstants::DEFAULT_TEXTFIELD_METHOD =
179 std::make_shared<TextFieldMethod>();
H A Ddeclaration_constants.h181 static const std::shared_ptr<TextFieldMethod> DEFAULT_TEXTFIELD_METHOD;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h141 struct TextFieldMethod : Method { struct