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
This commit is contained in:
Svetoslav Ganov 2012-06-15 10:58:47 -07:00
parent 7cbd0478cf
commit b910b18c2c

View File

@ -280,12 +280,6 @@ public class AccessibilityEntityProvider extends AccessibilityNodeProviderCompat
return createAccessibilityNodeInfo(mAccessibilityFocusedView); 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}. * Sends an accessibility event for the given {@link Key}.
* *