commit | b910b18c2c28e7bb40e603083198d7c12c50c361 | [log] [tgz] |
---|---|---|
author | Svetoslav Ganov <svetoslavganov@google.com> | Fri Jun 15 10:58:47 2012 -0700 |
committer | Svetoslav Ganov <svetoslavganov@google.com> | Fri Jun 15 11:01:15 2012 -0700 |
tree | fed1e6b99255ddd300022baee1997b6abaea023a | |
parent | 7cbd0478cfb66f406bb04c3b5c79da37b2263d66 [diff] |
Update LatinIME due to hidden APIs taken out of the support lib. 1. We have hidden the APIs for accessiiblity focus search since it wull be perfomred by the client, updated the support lib, and now we are updating the LatinIME. bug:6675330 Change-Id: I9dd3450b40148be7ce750f6bffc0a047a541982f
diff --git a/java/src/com/android/inputmethod/accessibility/AccessibilityEntityProvider.java b/java/src/com/android/inputmethod/accessibility/AccessibilityEntityProvider.java index ba08c59..7d5d714 100644 --- a/java/src/com/android/inputmethod/accessibility/AccessibilityEntityProvider.java +++ b/java/src/com/android/inputmethod/accessibility/AccessibilityEntityProvider.java
@@ -280,12 +280,6 @@ return createAccessibilityNodeInfo(mAccessibilityFocusedView); } - @Override - public AccessibilityNodeInfoCompat accessibilityFocusSearch(int direction, int virtualViewId) { - // Focus search is not currently supported for IMEs. - return null; - } - /** * Sends an accessibility event for the given {@link Key}. *