projects
/
platform
/
core
/
uifw
/
e-mod-tizen-wl-textinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
534b490
)
e_mod_input_panel: add log for size and position
53/220953/1
author
Doyoun Kang
<doyoun.kang@samsung.com>
Thu, 26 Dec 2019 05:21:10 +0000
(14:21 +0900)
committer
Doyoun Kang
<doyoun.kang@samsung.com>
Thu, 26 Dec 2019 05:21:10 +0000
(14:21 +0900)
Change-Id: I629fd9ffa9497fe7f5fcfd9cf6b16eac463843d5
src/e_mod_input_panel.c
patch
|
blob
|
history
diff --git
a/src/e_mod_input_panel.c
b/src/e_mod_input_panel.c
index e3f3a71015ab0b1c18100287cb35cb869bf16118..497c3f37d826fad11f9760fb1c0e6e7d9317babe 100644
(file)
--- a/
src/e_mod_input_panel.c
+++ b/
src/e_mod_input_panel.c
@@
-626,6
+626,7
@@
_e_input_panel_position_set(E_Client *ec, int w, int h)
_e_input_panel_convert_floating_position(ec, sx, sy, &nx, &ny, E_INPUT_PANEL_COORDINATE_TYPE_LOGICAL);
}
+ LOGD("pos: %d, %d", nx, ny);
e_client_util_move_without_frame(ec, nx, ny);
}
@@
-886,7
+887,7
@@
_e_ips_cb_evas_resize(void *data, Evas *e EINA_UNUSED, Evas_Object *obj, void *e
evas_object_geometry_get(obj, NULL, NULL, &w, &h);
- LOGD("current angle : %d
", ec->e.state.rot.ang.curr
);
+ LOGD("current angle : %d
, size (%d, %d)", ec->e.state.rot.ang.curr, w, h
);
_e_input_panel_position_set(ec, w, h);
ips = _e_input_panel_surface_get(ec);