Searched refs:SetCursorIndex (Results 1 – 5 of 5) sorted by relevance
82 void InputMethodManager::SetCursorIndex(uint16_t cursorIndex_) in SetCursorIndex() function in OHOS::InputMethodManager85 tmpView->SetCursorIndex(cursorIndex_); in SetCursorIndex()
128 editView_->SetCursorIndex(paramView->GetCursorIndex()); in OnShow()312 InputMethodManager::GetInstance().SetCursorIndex(editView_->GetCursorIndex()); in DealKeyEvent()314 editView_->SetCursorIndex(InputMethodManager::GetInstance().GetCursorIndex()); in DealKeyEvent()
109 void SetCursorIndex(uint16_t cursorIndex_);
341 void SetCursorIndex(uint16_t cursorIndex);
606 void UIEditText::SetCursorIndex(uint16_t cursorIndex) in SetCursorIndex() function in OHOS::UIEditText