Home
last modified time | relevance | path

Searched refs:PROXY_IME (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_client_info.h34 enum class ImeType : int32_t { IME = 0, PROXY_IME, NONE }; enumerator
/ohos5.0/base/inputmethod/imf/services/src/
H A Dperuser_session.cpp533 auto data = GetReadyImeData(ImeType::PROXY_IME); in IsProxyImeEnable()
556 auto imeType = IsProxyImeEnable() ? ImeType::PROXY_IME : ImeType::IME; in OnStartInput()
690 auto imeType = ImeType::PROXY_IME; in OnRegisterProxyIme()
714 RemoveIme(core, ImeType::PROXY_IME); in OnUnRegisteredProxyIme()
724 if (clientInfo->bindImeType == ImeType::PROXY_IME) { in OnUnRegisteredProxyIme()
1238 return startImeType == ImeType::PROXY_IME && bindImeType == ImeType::PROXY_IME; in IsProxyImeStartInBind()
1243 return startImeType == ImeType::PROXY_IME && bindImeType == ImeType::IME; in IsProxyImeStartInImeBind()
1249 || (bindImeType == ImeType::PROXY_IME && !IsProxyImeEnable()); in IsImeBindChanged()