| Commit message (Expand) | Author | Age | Files | Lines |
* | Add null analysis annotation to CollectionUtils•••Change-Id: I3a610b037d6d1431cced3ea193171108bd5a040d
|  Tadashi G. Takaoka | 2014-10-27 | 1 | -5/+7 |
* | Fix some compiler warnings•••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
|  Tadashi G. Takaoka | 2014-10-21 | 1 | -4/+1 |
* | Add calls to stub for API to consume gesture data.•••Bug: 17400259
Change-Id: Ib3511afffe1d14662e7dd14611f384689516e664
|  David Faden | 2014-10-03 | 1 | -0/+10 |
* | Clean up under the util package.•••- Move util classes that are unused in AOSP
- Remove unused methods
Change-Id: Ic97fd313f1e2bafd50609d42aa3a2d090b63eafc
|  Ken Wakasa | 2014-07-18 | 1 | -5/+0 |
* | Use Java 7 diamond operator•••Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef
|  Tadashi G. Takaoka | 2014-05-24 | 1 | -74/+2 |
* | Move arrayAsList method to CollectionUtils•••Change-Id: If7c1eb7c802490f19c5d3b81d714362408daf376
|  Tadashi G. Takaoka | 2014-01-31 | 1 | -0/+15 |
* | Save and restore Row attributes using stack•••Change-Id: I5cb402060946a711384ee53fa1caaeac86aa10cc
|  Tadashi G. Takaoka | 2013-08-19 | 1 | -0/+5 |
* | Move util classes to the latin/utils directory•••Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa
|  Ken Wakasa | 2013-06-24 | 1 | -0/+100 |