Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_edit_text/
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()
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()
366 bool CustomInputMethod::OnRelease(UIView& view, const ReleaseEvent& event) in OnRelease()
375 void CustomInputMethod::DealLongPressKeyEvent() in DealLongPressKeyEvent()
[all …]
H A Dcustom_input_method.h36 class CustomInputMethod : public UIView::OnClickListener,
49 …explicit CustomInputMethod(): timer_(300, TimerMethod, this) {} // 300: time(ms) for add/del one l… in CustomInputMethod() function
50 ~CustomInputMethod() {} in ~CustomInputMethod()
54 CustomInputMethod *customInputMethod = reinterpret_cast<CustomInputMethod *>(arg); in TimerMethod()
H A Dui_test_edit_text.cpp33 CustomInputMethod* inputMethod = new CustomInputMethod(); in SetUp()