OSDN Git Service

Merge "[key event focus handling] Cleanup/Refactor/Feature 1) Focus navigation handli...
authorHyunyoung Song <hyunyoungs@google.com>
Fri, 20 Feb 2015 22:27:40 +0000 (22:27 +0000)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Fri, 20 Feb 2015 22:27:41 +0000 (22:27 +0000)
commitd88d0bdaf1a7a38a887084af4db993f8f19816f0
tree93d75ae1ddc720e3f37c4805f15bd1fe38496e2a
parentc018c4db08da28047d6b9da4eb1088d65de85b65
parentee3e6a7b777e58552a26ab8a10641886588e9196
Merge "[key event focus handling] Cleanup/Refactor/Feature 1) Focus navigation handling is refactored to Focus utility class. New 2 step dpad navigation algorithm is inside Focus class 2) Introduced a map (or matrix) that indicates where sparse icons are located inside a grid. This enables getting rid of the icon sorting logic which was costly. 3) Unified all the dpad handling logic inside the handleXXKeyEvent methods 4) DOWN/UP key will allow navigation between workspace icons and the hotseat 5) Folder icons allow DOWN/UP to navigate to the title" into ub-launcher3-master