Loading core/java/android/view/inputmethod/InputConnectionWrapper.java +10 −0 Original line number Diff line number Diff line Loading @@ -356,6 +356,16 @@ public class InputConnectionWrapper implements InputConnection { return mTarget.requestCursorUpdates(cursorUpdateMode); } /** * {@inheritDoc} * @throws NullPointerException if the target is {@code null}. */ @Override public boolean requestCursorUpdates(@CursorUpdateMode int cursorUpdateMode, @CursorUpdateFilter int cursorUpdateFilter) { return mTarget.requestCursorUpdates(cursorUpdateMode, cursorUpdateFilter); } /** * {@inheritDoc} * @throws NullPointerException if the target is {@code null}. Loading Loading
core/java/android/view/inputmethod/InputConnectionWrapper.java +10 −0 Original line number Diff line number Diff line Loading @@ -356,6 +356,16 @@ public class InputConnectionWrapper implements InputConnection { return mTarget.requestCursorUpdates(cursorUpdateMode); } /** * {@inheritDoc} * @throws NullPointerException if the target is {@code null}. */ @Override public boolean requestCursorUpdates(@CursorUpdateMode int cursorUpdateMode, @CursorUpdateFilter int cursorUpdateFilter) { return mTarget.requestCursorUpdates(cursorUpdateMode, cursorUpdateFilter); } /** * {@inheritDoc} * @throws NullPointerException if the target is {@code null}. Loading