Add structural navigation. Pivot chooser and cache.
authorLukasz Stanislawski <l.stanislaws@samsung.com>
Thu, 13 Nov 2014 09:23:31 +0000 (10:23 +0100)
committerLukasz Stanislawski <l.stanislaws@samsung.com>
Fri, 28 Nov 2014 15:00:48 +0000 (16:00 +0100)
commit33036fe3e499eea48a48e9a207aab938fa6442ec
tree7e904aec15c8a5cc341ff9cd96b1734b92cb2150
parent802c87e9397f6931131a0aada1289306e284fe3c
Add structural navigation. Pivot chooser and cache.

Pivot_chooser is a module selecting an object which should have
'accessible focus'.

Structural navi modules enables to walk accessible object hierarchy.
OneFinger flick gesture allows travers along sibling widgets,
TwoFilger flick travers to parent or to children widget.

Cache allows to fast access to AtsComponent data.
include/gesture_tracker.h
include/object_cache.h [new file with mode: 0644]
include/pivot_chooser.h [new file with mode: 0644]
include/position_sort.h [new file with mode: 0644]
include/structural_navi.h [new file with mode: 0644]
src/gesture_tracker.c
src/navigator.c
src/object_cache.c [new file with mode: 0644]
src/pivot_chooser.c [new file with mode: 0644]
src/position_sort.c [new file with mode: 0644]
src/structural_navi.c [new file with mode: 0644]