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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputConnection.java220 public CharSequence getSelectedText(int flags); method in interface:InputConnection
H A DInputConnectionWrapper.java53 public CharSequence getSelectedText(int flags) { method in class:InputConnectionWrapper
54 return mTarget.getSelectedText(flags);
H A DBaseInputConnection.java343 public CharSequence getSelectedText(int flags) { method in class:BaseInputConnection
/frameworks/base/core/java/com/android/internal/view/
H A DInputConnectionWrapper.java219 public CharSequence getSelectedText(int flags) { method in class:InputConnectionWrapper
223 mIInputContext.getSelectedText(flags, callback.mSeq, callback);
H A DIInputConnectionWrapper.java99 public void getSelectedText(int flags, int seq, IInputContextCallback callback) { method in class:IInputConnectionWrapper
230 Log.w(TAG, "getSelectedText on inactive InputConnection");
234 args.callback.setSelectedText(ic.getSelectedText(

Completed in 237 milliseconds