Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp51 bool TextFieldComponent::IsValueUpdated() const in IsValueUpdated() function in OHOS::Ace::TextFieldComponent
53 return declaration_->IsValueUpdated(); in IsValueUpdated()
H A Dtext_field_component.h260 bool IsValueUpdated() const;
H A Drender_text_field.cpp326 if (textField->IsValueUpdated()) { in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h190 bool IsValueUpdated() const in IsValueUpdated() function