elm: Add navigation helper functions for screen-reader and friends
authorRadoslaw Cybulski <r.cybulski@partner.samsung.com>
Mon, 11 Dec 2017 10:44:25 +0000 (16:14 +0530)
committerJiyoun Park <jy0703.park@samsung.com>
Thu, 21 Dec 2017 13:02:35 +0000 (22:02 +0900)
commit1689f3508a701f0082145e463b50e116d0e2eec4
treeb4734583c12b0f13e458275a5e6a3254910e1ba7
parent7f01fa0af5045002d54de299d1058d43c6ce0e37
elm: Add navigation helper functions for screen-reader and friends

This patch adds GetNavigableAtPoint accessibility interface - the function finds accessibility object at given coordinates. This massively (10-15 times)
reduce amount of IPC calls (and time spent) in typical screen-reader scenario.

@tizen_fix

orignal patch: 7519c5070dae2b1a0716ead7bfe8d4de1a4a5114

Change-Id: I657c900bc6618bc4a17fbbb21469b06e41d0c7ff
src/lib/elementary/elm_atspi_bridge.c