Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa447071 authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android (Google) Code Review
Browse files

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

parents 78bae2d8 b910b18c
Loading
Loading
Loading
Loading
+0 −6
Original line number Original line Diff line number Diff line
@@ -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}.
     *
     *