Home
last modified time | relevance | path

Searched refs:editView_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/test/uitest/test_edit_text/
H A Dcustom_input_method.cpp117 bool needFocus = editView_ == nullptr ? true : false; in OnShow()
121 editView_->SetText(param.text.c_str()); in OnShow()
122 editView_->SetInputType(param.inputType); in OnShow()
125 editView_->SetPlaceholder(paramView->GetPlaceholder()); in OnShow()
126 editView_->SetPlaceholderColor(paramView->GetPlaceholderColor()); in OnShow()
127 editView_->SetCursorColor(paramView->GetCursorColor()); in OnShow()
128 editView_->SetCursorIndex(paramView->GetCursorIndex()); in OnShow()
129 editView_->SetTextColor(paramView->GetTextColor()); in OnShow()
130 editView_->SetMaxLength(paramView->GetMaxLength()); in OnShow()
133 editView_ in OnShow()
[all...]
H A Dcustom_input_method.h75 UIEditTextEx* editView_ = nullptr; member in OHOS::CustomInputMethod

Completed in 7 milliseconds