Searched defs:getTextBeforeCursor (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DInputConnection.java36 * {@link #getTextBeforeCursor} to have style information returned along
64 public CharSequence getTextBeforeCursor(int n, int flags); method in interface:InputConnection
H A DInputConnectionWrapper.java45 public CharSequence getTextBeforeCursor(int n, int flags) { method in class:InputConnectionWrapper
46 return mTarget.getTextBeforeCursor(n, flags);
H A DBaseInputConnection.java311 public CharSequence getTextBeforeCursor(int length, int flags) { method in class:BaseInputConnection
/frameworks/base/core/java/com/android/internal/view/
H A DInputConnectionWrapper.java201 public CharSequence getTextBeforeCursor(int length, int flags) { method in class:InputConnectionWrapper
205 mIInputContext.getTextBeforeCursor(length, flags, callback.mSeq, callback);
H A DIInputConnectionWrapper.java95 public void getTextBeforeCursor(int length, int flags, int seq, IInputContextCallback callback) { method in class:IInputConnectionWrapper
214 Log.w(TAG, "getTextBeforeCursor on inactive InputConnection");
218 args.callback.setTextBeforeCursor(ic.getTextBeforeCursor(

Completed in 1988 milliseconds