summaryrefslogtreecommitdiff
path: root/tests/src/com/android/inputmethod/keyboard/layout/Swiss.java
Commit message (Collapse)AuthorAgeFilesLines
* Refactor keyboard layout unit testsTadashi G. Takaoka2014-10-031-0/+1
| | | | | | | | | | | - Move predfined keys definitions to AbstractLayerBase and make it a top-level class. - LayoutCustomizer extends AbstractLayoutBase that provides unit tests to access helper method and predefined key easily. - Move shared layout custmizers to new layout.customizer package. - Move private layout customizers to layout classes. Change-Id: I9421cef1bedf5759fb0434842ac13a3fe3320b69
* Support additional more keys for keyboard layout testTadashi G. Takaoka2014-03-191-10/+10
| | | | | Bug: 13017434 Change-Id: I44c31dce3391d9638979539bb5e58c0525186fb4
* Clean up keyboard layout test harness a bitTadashi G. Takaoka2014-03-181-3/+3
| | | | | Bug: 13017434 Change-Id: I66e5da53b9afbe44f43b8c398c2821e7a72ec4b4
* Add swiss keyboard layout testsTadashi G. Takaoka2014-03-141-0/+55
This CL adds French (CH) and German (CH) keyboards tests. Bug: 13017434 Change-Id: Ic8a1849cb49c4f72a9a7cd9b3f2ce3a848e0334a