Home
last modified time | relevance | path

Searched refs:CustomInputMethod (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ui_lite/test/uitest/test_edit_text/
H A Dcustom_input_method.h36 class CustomInputMethod : public UIView::OnClickListener, class
49 explicit CustomInputMethod(): timer_(300, TimerMethod, this) {} // 300: time(ms) for add/del one letter in CustomInputMethod() function in OHOS::CustomInputMethod
50 ~CustomInputMethod() {} in ~CustomInputMethod()
54 CustomInputMethod *customInputMethod = reinterpret_cast<CustomInputMethod *>(arg); in TimerMethod()
H A Dcustom_input_method.cpp115 void CustomInputMethod::OnShow(InputMethodManager::InputMethodParam& param) in OnShow()
142 void CustomInputMethod::OnHide() in OnHide()
151 void CustomInputMethod::SetupView(KeyboardType type) in SetupView()
188 void CustomInputMethod::SetupKeyboard(KeyboardType type) in SetupKeyboard()
234 FlexLayout* CustomInputMethod::SetupKeyRow(const char* name, int16_t width, int16_t height) in SetupKeyRow()
244 UILabelButton* CustomInputMethod::SetupButton(const char* title) in SetupButton()
275 void CustomInputMethod::TearDownView() in TearDownView()
282 bool CustomInputMethod::OnClick(UIView& view, const ClickEvent& event) in OnClick()
300 void CustomInputMethod::DealKeyEvent(UIView& view) in DealKeyEvent()
347 bool CustomInputMethod
[all...]
H A Dui_test_edit_text.cpp33 CustomInputMethod* inputMethod = new CustomInputMethod(); in SetUp()

Completed in 1 milliseconds