Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dnative_text_changed_listener.cpp33 textEditor_->insertTextFunc(textEditor_, text.c_str(), text.length()); in InsertText()
48 textEditor_->deleteForwardFunc(textEditor_, length); in DeleteForward()
63 textEditor_->deleteBackwardFunc(textEditor_, length); in DeleteBackward()
78 textEditor_->sendKeyboardStatusFunc(textEditor_, ConvertToCKeyboardStatus(status)); in SendKeyboardStatus()
95 textEditor_->sendEnterKeyFunc(textEditor_, enterKeyType); in SendFunctionKey()
110 textEditor_->moveCursorFunc(textEditor_, ConvertToCDirection(direction)); in MoveCursor()
125 textEditor_->handleSetSelectionFunc(textEditor_, start, end); in HandleSetSelection()
167 textEditor_->getLeftTextOfCursorFunc(textEditor_, number, text, &length); in GetLeftTextOfCursor()
198 textEditor_->getRightTextOfCursorFunc(textEditor_, number, text, &length); in GetRightTextOfCursor()
216 return textEditor_->getTextIndexAtCursorFunc(textEditor_); in GetTextIndexAtCursor()
[all …]
/ohos5.0/base/inputmethod/imf/frameworks/ndk/include/
H A Dnative_text_changed_listener.h23 …explicit NativeTextChangedListener(InputMethod_TextEditorProxy *textEditor) : textEditor_(textEdit… in NativeTextChangedListener()
51 InputMethod_TextEditorProxy *textEditor_; variable