Searched refs:CustomInputMethod (Results 1 – 3 of 3) sorted by relevance
115 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 …]
36 class CustomInputMethod : public UIView::OnClickListener,49 …explicit CustomInputMethod(): timer_(300, TimerMethod, this) {} // 300: time(ms) for add/del one l… in CustomInputMethod() function50 ~CustomInputMethod() {} in ~CustomInputMethod()54 CustomInputMethod *customInputMethod = reinterpret_cast<CustomInputMethod *>(arg); in TimerMethod()
33 CustomInputMethod* inputMethod = new CustomInputMethod(); in SetUp()