atspi: find the first, last obj using "GetNeighbor" 49/136249/1
authorShinwoo Kim <cinoo.kim@samsung.com>
Mon, 26 Jun 2017 06:25:06 +0000 (15:25 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Thu, 29 Jun 2017 00:52:58 +0000 (09:52 +0900)
commitf477fc5931314be3e15011065f009f7b232be05d
treeab6996130f18dd38bddbc6c6f677c80508703c02
parent4b26fedd8b3366ac3e5bc89e8e09a5e668616dfd
atspi: find the first, last obj using "GetNeighbor"

The reducing IPC task overlooked functionality to get the first, last object.
This commit is related to the following commit.

[screen-reader]
commit 72e3396fac3a377f49422af454875a0e4c9a58bc

Add loop navigation feature.

Screen reader gives FOCUS_CHAIN_END_NOTIFICATION_EVENT notification if there is
no more object in its direction. If user gives next(or prev) gesture in same
direction one more time, then the first(or last) object will grab highlight.

Change-Id: I0e68c84a595396cbf7d0d2ae4d93fca4c425f0ea
src/lib/elm_atspi_bridge.c