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