Searched refs:inputView_ (Results 1 – 2 of 2) sorted by relevance
39 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 …]
123 UIView* inputView_ = nullptr; variable