summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/keyboard/internal/MatrixUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix some compiler warningsTadashi G. Takaoka2014-10-211-1/+2
| | | | | | | | | | | | | | | | | | | | | This CL fixes the following compiler warnings. - Indirect access to static member - Access to a non-accessible member of an enclosing type - Parameter assignment - Method can be static - Local variable declaration hides another field or variable - Value of local variable is not used - Unused import - Unused private member - Unnecessary 'else' statement - Unnecessary declaration of throw exception - Redundant type arguments - Missing '@Override' annotation - Unused '@SuppressWarning' annotations Bug: 18003991 Change-Id: Icfebe753e53a2cc621848f769d6a3d7ce501ebc7
* Fix some warningsJean Chalard2013-07-311-1/+0
| | | | Change-Id: I7290cd1fb675a1b85b9b6ac2d464c932b5bca1dd
* Add smoothing utils / matrix libsSatoshi Kataoka2013-05-271-0/+166
Bug: 8556775 Change-Id: I7e0516b344937b84b7d57cc4e5009b7f88e7dc98