Searched refs:setTextAfterCursor (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
H A DIInputContextCallback.aidl26 void setTextAfterCursor(CharSequence textAfterCursor, int seq);
H A DIInputConnectionWrapper.java199 args.callback.setTextAfterCursor(null, args.seq);
202 args.callback.setTextAfterCursor(ic.getTextAfterCursor(
205 Log.w(TAG, "Got RemoteException calling setTextAfterCursor", e);
H A DInputConnectionWrapper.java104 public void setTextAfterCursor(CharSequence textAfterCursor, int seq) { method in class:InputConnectionWrapper.InputContextCallback
112 + ") in setTextAfterCursor, ignoring.");

Completed in 361 milliseconds