Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp1393 SetEditingValue(std::move(newValue)); in SetEditingValue()
1484 SetEditingValue(std::move(temp)); in UpdateFormatters()
2124 SetEditingValue(std::move(value)); in CursorMoveLeft()
2139 SetEditingValue(std::move(value)); in CursorMoveRight()
2152 SetEditingValue(std::move(value)); in CursorMoveUp()
2166 SetEditingValue(std::move(value)); in CursorMoveDown()
2190 SetEditingValue(std::move(value)); in CursorMoveOnClick()
2206 SetEditingValue(std::move(value)); in UpdateSelection()
2349 SetEditingValue(std::move(value)); in HandleOnSelect()
2406 SetEditingValue(std::move(value)); in HandleOnCut()
[all …]
H A Drender_text_field.h369 …void SetEditingValue(TextEditingValue&& newValue, bool needFireChangeEvent = true, bool isClearRec…
370 void SetEditingValue(const std::string& text);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.cpp1145 textfield->SetEditingValue(std::move(value)); in PanOnActionEnd()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp3022 textfield->SetEditingValue(std::move(value)); in ProcessDragEventEnd()