LatinIME/java/src/com/android/inputmethod/accessibility
Tadashi G. Takaoka 5f00fe09e9 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
2014-10-21 19:28:37 +09:00
..
AccessibilityLongPressTimer.java Support performAccessibilityAction for CLICK and LONG_CLICK 2014-06-27 19:01:56 +09:00
AccessibilityUtils.java Load KeyCodeDescriptionMapper class lazily 2014-06-03 18:15:59 +09:00
KeyCodeDescriptionMapper.java Fix some compiler warnings 2014-10-21 19:28:37 +09:00
KeyboardAccessibilityDelegate.java Support performAccessibilityAction for CLICK and LONG_CLICK 2014-06-27 19:01:56 +09:00
KeyboardAccessibilityNodeProvider.java Fix some compiler warnings 2014-10-21 19:28:37 +09:00
MainKeyboardAccessibilityDelegate.java Revert "Revert "[ML1] Introduce RichInputMethodSubtype"" 2014-08-25 04:42:15 +00:00
MoreKeysKeyboardAccessibilityDelegate.java Stop announcing suggestions strip content while more keys keyboard is showing 2014-06-14 01:29:45 +09:00