Home
last modified time | relevance | path

Searched refs:startImeType (Results 1 - 2 of 2) sorted by relevance

/base/inputmethod/imf/services/include/
H A Dperuser_session.h222 bool IsImeStartInBind(ImeType bindImeType, ImeType startImeType);
223 bool IsProxyImeStartInBind(ImeType bindImeType, ImeType startImeType);
224 bool IsProxyImeStartInImeBind(ImeType bindImeType, ImeType startImeType);
/base/inputmethod/imf/services/src/
H A Dperuser_session.cpp1161 bool PerUserSession::IsImeStartInBind(ImeType bindImeType, ImeType startImeType) in IsImeStartInBind() argument
1163 return startImeType == ImeType::IME && bindImeType == ImeType::IME; in IsImeStartInBind()
1166 bool PerUserSession::IsProxyImeStartInBind(ImeType bindImeType, ImeType startImeType) in IsProxyImeStartInBind() argument
1168 return startImeType == ImeType::PROXY_IME && bindImeType == ImeType::PROXY_IME; in IsProxyImeStartInBind()
1171 bool PerUserSession::IsProxyImeStartInImeBind(ImeType bindImeType, ImeType startImeType) in IsProxyImeStartInImeBind() argument
1173 return startImeType == ImeType::PROXY_IME && bindImeType == ImeType::IME; in IsProxyImeStartInImeBind()

Completed in 4 milliseconds