Searched refs:PROXY_IME (Results 1 – 2 of 2) sorted by relevance
34 enum class ImeType : int32_t { IME = 0, PROXY_IME, NONE }; enumerator
533 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()