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.java281 args.callback.setTextBeforeCursor(null, args.seq);
284 args.callback.setTextBeforeCursor(ic.getTextBeforeCursor(
287 Log.w(TAG, "Got RemoteException calling setTextBeforeCursor", e);
H A DInputConnectionWrapper.java97 public void setTextBeforeCursor(CharSequence textBeforeCursor, int seq) { method in class:InputConnectionWrapper.InputContextCallback
105 + ") in setTextBeforeCursor, ignoring.");

Completed in 1193 milliseconds