Skip to content
Snippets Groups Projects
Commit 866cfd3a authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android Git Automerger
Browse files

am fa447071: Merge "Update LatinIME due to hidden APIs taken out of the support lib." into jb-dev

* commit 'fa447071':
  Update LatinIME due to hidden APIs taken out of the support lib.
parents 0d722b5e fa447071
No related branches found
No related tags found
No related merge requests found
......@@ -280,12 +280,6 @@ public class AccessibilityEntityProvider extends AccessibilityNodeProviderCompat
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}.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment