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 DInputConnectionWrapper.java105 public void setTextAfterCursor(CharSequence textAfterCursor, int seq) { method in class:InputConnectionWrapper.InputContextCallback
113 + ") in setTextAfterCursor, ignoring.");
H A DIInputConnectionWrapper.java206 args.callback.setTextAfterCursor(null, args.seq);
209 args.callback.setTextAfterCursor(ic.getTextAfterCursor(
212 Log.w(TAG, "Got RemoteException calling setTextAfterCursor", e);

Completed in 61 milliseconds