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

/frameworks/base/core/java/com/android/internal/view/
H A DIInputContextCallback.aidl25 void setTextBeforeCursor(CharSequence textBeforeCursor, int seq);
H A DIInputConnectionWrapper.java263 callback.setTextBeforeCursor(null, callbackSeq);
266 callback.setTextBeforeCursor(ic.getTextBeforeCursor(
269 Log.w(TAG, "Got RemoteException calling setTextBeforeCursor", e);
H A DInputConnectionWrapper.java106 public void setTextBeforeCursor(CharSequence textBeforeCursor, int seq) { method in class:InputConnectionWrapper.InputContextCallback
114 + ") in setTextBeforeCursor, ignoring.");

Completed in 327 milliseconds