if (!ev || !_focused_ic || !_focused_ic->ctx) return ECORE_CALLBACK_RENEW;
if (!strcmp (ev->keyname, KEY_END) &&
- ecore_imf_context_input_panel_state_get(_focused_ic->ctx) != ECORE_IMF_INPUT_PANEL_STATE_HIDE) {
+ ecore_imf_context_input_panel_state_get (_focused_ic->ctx) != ECORE_IMF_INPUT_PANEL_STATE_HIDE) {
LOGD ("END key is pressed\n");
return ECORE_CALLBACK_CANCEL;
}
if (!ev || !_focused_ic || !_focused_ic->ctx) return ECORE_CALLBACK_RENEW;
if (!strcmp (ev->keyname, KEY_END) &&
- ecore_imf_context_input_panel_state_get(_focused_ic->ctx) != ECORE_IMF_INPUT_PANEL_STATE_HIDE) {
+ ecore_imf_context_input_panel_state_get (_focused_ic->ctx) != ECORE_IMF_INPUT_PANEL_STATE_HIDE) {
LOGD ("END key is released\n");
isf_imf_context_input_panel_instant_hide (_focused_ic->ctx);
return ECORE_CALLBACK_CANCEL;
if (!ctx) return;
- Ecore_IMF_Input_Panel_Layout layout = ecore_imf_context_input_panel_layout_get(ctx);
+ Ecore_IMF_Input_Panel_Layout layout = ecore_imf_context_input_panel_layout_get (ctx);
if (layout != ECORE_IMF_INPUT_PANEL_LAYOUT_NORMAL)
return;
if (autoperiod_allow == EINA_FALSE)
return;
- if ((ecore_time_get() - space_key_time) > DOUBLE_SPACE_INTERVAL)
+ if ((ecore_time_get () - space_key_time) > DOUBLE_SPACE_INTERVAL)
goto done;
ecore_imf_context_surrounding_get (ctx, &markup_str, &cursor_pos);
_isf_imf_context_init ();
}
- if (_conformant_get()) {
+ if (_conformant_get ()) {
if (conformant_reset_done && received_will_hide_event) {
_isf_imf_context_input_panel_send_will_hide_ack ();
conformant_reset_done = EINA_FALSE;
}
/**
- * process command message, ISM_TRANS_CMD_ISE_PANEL_SHOWED of ecore_ise_process_event()
+ * process command message, ISM_TRANS_CMD_ISE_PANEL_SHOWED of ecore_ise_process_event ()
*/
static bool _process_ise_panel_showed (void)
{
}
/**
- * process command message, ISM_TRANS_CMD_ISE_PANEL_HIDED of ecore_ise_process_event()
+ * process command message, ISM_TRANS_CMD_ISE_PANEL_HIDED of ecore_ise_process_event ()
*/
static bool _process_ise_panel_hided (void)
{
}
/**
- * process command message, ISM_TRANS_CMD_UPDATE_ISE_INPUT_CONTEXT of gtk_ise_process_event()
+ * process command message, ISM_TRANS_CMD_UPDATE_ISE_INPUT_CONTEXT of gtk_ise_process_event ()
*/
static bool _process_update_input_context (Transaction &trans)
{