Searched refs:IMFAdapterTextInputType (Results 1 – 7 of 7) sorted by relevance
22 enum class IMFAdapterTextInputType : int32_t { enum189 virtual void ShowCurrentInput(const IMFAdapterTextInputType& inputType) = 0;
34 void ShowCurrentInput(const OHOS::NWeb::IMFAdapterTextInputType& inputType) override;
52 void ArkIMFAdapterWrapper::ShowCurrentInput(const OHOS::NWeb::IMFAdapterTextInputType& inputType) in ShowCurrentInput()
56 real_->ShowCurrentInput((OHOS::NWeb::IMFAdapterTextInputType)inputType); in ShowCurrentInput()
106 void ShowCurrentInput(const IMFAdapterTextInputType& inputType) override;
327 g_imf->ShowCurrentInput(IMFAdapterTextInputType::TEXT);328 g_imf->ShowCurrentInput(IMFAdapterTextInputType::NUMBER);
337 void IMFAdapterImpl::ShowCurrentInput(const IMFAdapterTextInputType& inputType) in ShowCurrentInput()340 if (inputType == IMFAdapterTextInputType::NUMBER) { in ShowCurrentInput()