summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android
Commit message (Collapse)AuthorAgeFilesLines
* Start adding unit tests for the invariant device profile / RefactorHyunyoung Song2015-05-281-0/+123
| | | | | | | | | | - removed redundant code to sort the device profiles - removed DeviceProfileQuery class - Added a helper method inside the test to easily generate interpolation graph looks like: https://docs.google.com/a/google.com/spreadsheets/d/1a1fdemrOqIDixiql77h0anWzUD3GlYfGsbP2FfIhyPM/edit?usp=sharing Change-Id: Ia4c54a8d59a049c418c08d1b766f07ac6e1d0944
* [key event focus] DPAD navigates to the nearest item on next/previous pageHyunyoung Song2015-03-031-1/+19
| | | | | | | | | | | | | | | | b/19381790 b/16351792 TL;DR;; Previously, when RIGHT is handled on the right most column of the current page or when LEFT is handled on the left most column, the next icon of focus is next page 'first' icon or the previous page 'last icon'. With this change, the row information is preserved when trying to locate an icon to give focus in the next/previous page. Next CL: long awaited unit tests that capture corner cases for different orientation/ device configuration. Change-Id: I5278bed45275b3e4cb39fb698df35f90bb45a415
* [unit tests] Setup instrument target for the launcher3 unit testHyunyoung Song2015-03-021-0/+42
b/19566571 Change-Id: I47da40aa13a3e7c5ec8531e7ef6a9e52f764c565