am fa447071: Merge "Update LatinIME due to hidden APIs taken out of the support lib." into jb-dev
* commit 'fa447071df308925d0f901391dc7d422ec5f1f59': Update LatinIME due to hidden APIs taken out of the support lib.main
commit
866cfd3a68
|
@ -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}.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue