Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/core/
H A Dinput_method_manager.cpp39 inputView_ = view; in ShowInputMethod()
71 if (inputView_ == nullptr) { in InsertText()
75 UIViewType viewType = inputView_->GetViewType(); in InsertText()
77 UIEditText* tmpView = reinterpret_cast<UIEditText*>(inputView_); in InsertText()
84 UIEditText* tmpView = reinterpret_cast<UIEditText*>(inputView_); in SetCursorIndex()
90 UIEditText* tmpView = reinterpret_cast<UIEditText*>(inputView_); in GetCursorIndex()
96 if (inputView_ == nullptr) { in DeleteBackward()
100 UIViewType viewType = inputView_->GetViewType(); in DeleteBackward()
102 UIEditText* tmpView = reinterpret_cast<UIEditText*>(inputView_); in DeleteBackward()
109 if (inputView_ == nullptr) { in SetInputType()
[all …]
/ohos5.0/foundation/arkui/ui_lite/interfaces/innerkits/common/
H A Dinput_method_manager.h123 UIView* inputView_ = nullptr; variable