Home
last modified time | relevance | path

Searched refs:GetEditingValue (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp440 auto value = GetEditingValue(); in UpdateCaretInfoToController()
2122 auto value = GetEditingValue(); in CursorMoveLeft()
2137 auto value = GetEditingValue(); in CursorMoveRight()
2150 auto value = GetEditingValue(); in CursorMoveUp()
2164 auto value = GetEditingValue(); in CursorMoveDown()
2186 auto value = GetEditingValue(); in CursorMoveOnClick()
2192 if (!GetEditingValue().text.empty() && position == GetEditingValue().selection.GetEnd()) { in CursorMoveOnClick()
2204 auto value = GetEditingValue(); in UpdateSelection()
2217 auto value = GetEditingValue(); in UpdateRemoteEditing()
2302 if (GetEditingValue().selection.GetStart() != GetEditingValue().selection.GetEnd()) { in SetIsOverlayShowed()
[all …]
H A Drosen_render_text_field.cpp113 if (computeSuccess && !GetEditingValue().text.empty()) { in GetCaretRect()
217 const auto& selection = GetEditingValue().selection; in PaintSelectCaret()
335 const auto& selection = GetEditingValue().selection;
798 auto displayText = GetTextForDisplay(GetEditingValue().text);
1108 builder->AddText(GetTextForDisplay(GetEditingValue().text));
1185 showingText = GetEditingValue().text;
1279 if (!paragraph_ || GetEditingValue().text.empty()) {
1329 auto text = GetTextForDisplay(GetEditingValue().text);
1349 while (boxes.empty() && !GetEditingValue().text.empty()) {
1657 std::string tempAfter = GetEditingValue().GetSelectedText(
[all …]
H A Don_text_changed_listener_impl.cpp37 auto value = client->GetEditingValue(); in InsertText()
76 auto value = client->GetEditingValue(); in DeleteForward()
146 auto value = client->GetEditingValue(); in DeleteBackward()
H A Dtext_field_element.cpp278 auto value = textField->GetEditingValue(); in Delete()
H A Drender_text_field.h124 const TextEditingValue& GetEditingValue() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Drosen_render_text_overlay.cpp520 return rosenTextField->GetEditingValue().selection.GetEnd() <= startIndex_; in NeedAdjustEndHandle()
531 return rosenTextField->GetEditingValue().selection.GetEnd() > endIndex_; in NeedAdjustStartHandle()
H A Drender_text_overlay.cpp900 startIndex_ = textField->GetEditingValue().selection.GetStart(); in HandleDragStart()
901 endIndex_ = textField->GetEditingValue().selection.GetEnd(); in HandleDragStart()
H A Dtext_overlay_component.cpp444 return textField->GetEditingValue().GetSelectedText(); in GetSelectedText()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.cpp1143 auto value = textfield->GetEditingValue(); in PanOnActionEnd()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp3020 auto value = textfield->GetEditingValue(); in ProcessDragEventEnd()