Home
last modified time | relevance | path

Searched refs:textFieldController (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_search.cpp356 auto textFieldController = textFieldComponent_->GetTextFieldController(); in OnRequestFocus() local
357 if (!textFieldController) { in OnRequestFocus()
360 textFieldController->Focus(shouldFocus); in OnRequestFocus()
H A Ddom_textarea.cpp314 auto textFieldController = textAreaChild_->GetTextFieldController(); in OnRequestFocus() local
315 if (!textFieldController) { in OnRequestFocus()
318 textFieldController->Focus(shouldFocus); in OnRequestFocus()
H A Ddom_input.cpp187 auto textFieldController = textField->GetTextFieldController(); in OnRequestFocus() local
188 if (!textFieldController) { in OnRequestFocus()
191 textFieldController->Focus(shouldFocus); in OnRequestFocus()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h143 void Delete(const RefPtr<TextFieldController>& textFieldController) const in Delete()
145 if (textFieldController) { in Delete()
146 textFieldController->Delete(); in Delete()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_input_modifier.cpp249 auto textFieldController = TextFieldModelNG::GetOrCreateController(frameNode); in GetTextInputContentRect() local
250 auto rect = textFieldController->GetTextContentRect(); in GetTextInputContentRect()
261 auto textFieldController = TextFieldModelNG::GetOrCreateController(frameNode); in GetTextInputContentLinesNum() local
262 return static_cast<ArkUI_Int32>(textFieldController->GetTextContentLinesNum()); in GetTextInputContentLinesNum()
370 auto textFieldController = TextFieldModelNG::GetOrCreateController(frameNode); in GetTextInputCaretIndex() local
371 return textFieldController->GetCaretIndex(); in GetTextInputCaretIndex()
378 auto textFieldController = TextFieldModelNG::GetOrCreateController(frameNode); in GetTextInputCaretOffset() local
379 auto offset = textFieldController->GetCaretPosition(); in GetTextInputCaretOffset()
/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
H A Dsearch_testtwo_ng.cpp769 auto textFieldController = textFieldPattern->GetTextFieldController(); in HWTEST_F() local
770 int32_t contentLines = textFieldController->GetTextContentLinesNum(); in HWTEST_F()
774 int32_t caretIndex = textFieldController->GetCaretIndex(); in HWTEST_F()
778 auto caretPosition = textFieldController->GetCaretPosition(); in HWTEST_F()
783 caretIndex = textFieldController->GetCaretIndex(); in HWTEST_F()
H A Dsearch_test_ng.cpp1943 auto textFieldController = textFieldPattern->contentController_; in HWTEST_F() local
1944 textFieldController->InsertValue(0, DEFAULT_FILTER_TEXT); in HWTEST_F()

Completed in 15 milliseconds