Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.h125 const TextEditingValue& GetPreEditingValue() const;
H A Drender_text_field.cpp1339 const TextEditingValue& RenderTextField::GetPreEditingValue() const in GetPreEditingValue() function in OHOS::Ace::RenderTextField
2106 …SelectChangeEvent && onSelectChangeEvent_ && newValue.selection != GetPreEditingValue().selection)… in FireSelectChangeIfNeeded()