Lines Matching refs:ImeAction
668 if (action == ImeAction::DO_NOTHING) { in OnSetCoreAndAgent()
671 if (action != ImeAction::DO_SET_CORE_AND_AGENT) { in OnSetCoreAndAgent()
1570 ImeAction PerUserSession::GetImeAction(ImeEvent action) in GetImeAction()
1575 return ImeAction::DO_ACTION_IN_NULL_IME_DATA; in GetImeAction()
1580 return ImeAction::DO_ACTION_IN_IME_EVENT_CONVERT_FAILED; in GetImeAction()
1593 if (action == ImeAction::DO_ACTION_IN_IME_EVENT_CONVERT_FAILED) { in StartCurrentIme()
1596 if (action == ImeAction::DO_ACTION_IN_NULL_IME_DATA) { in StartCurrentIme()
1599 if (action == ImeAction::DO_NOTHING) { in StartCurrentIme()
1602 if (action == ImeAction::HANDLE_STARTING_IME) { in StartCurrentIme()
1620 if (action == ImeAction::DO_ACTION_IN_NULL_IME_DATA) { in HandleStartImeTimeout()
1623 if (action == ImeAction::DO_ACTION_IN_IME_EVENT_CONVERT_FAILED) { in HandleStartImeTimeout()
1626 if (action == ImeAction::DO_NOTHING) { in HandleStartImeTimeout()
1645 if (action == ImeAction::DO_ACTION_IN_NULL_IME_DATA) { in StopCurrentIme()
1648 if (action == ImeAction::DO_ACTION_IN_IME_EVENT_CONVERT_FAILED) { in StopCurrentIme()
1651 if (action == ImeAction::STOP_READY_IME) { in StopCurrentIme()
1654 if (action == ImeAction::STOP_STARTING_IME) { in StopCurrentIme()