summaryrefslogtreecommitdiff
path: root/tests/src/com/android/inputmethod/keyboard/layout/Azerty.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 azerty layout keyboard testsTadashi G. Takaoka2014-03-141-0/+77
This CL adds French and Dutch (Belgium) keyboard tests. Bug: 13017434 Change-Id: I06dc20c86493ef67dda141b49523bb3ce7960d94