Searched refs:deleteSurroundingTextInCodePoints (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DInputConnectionWrapper.java117 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { method in class:InputConnectionWrapper
118 return mTarget.deleteSurroundingTextInCodePoints(beforeLength, afterLength);
H A DInputConnection.java44 * <li>{@link #deleteSurroundingTextInCodePoints(int, int)}}, which
395 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength); method in interface:InputConnection
H A DBaseInputConnection.java373 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { method in class:BaseInputConnection
/frameworks/base/core/java/com/android/internal/view/
H A DIInputContext.aidl43 void deleteSurroundingTextInCodePoints(int beforeLength, int afterLength);
H A DInputConnectionWrapper.java432 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { method in class:InputConnectionWrapper
438 mIInputContext.deleteSurroundingTextInCodePoints(beforeLength, afterLength);
H A DIInputConnectionWrapper.java213 public void deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { method in class:IInputConnectionWrapper
457 Log.w(TAG, "deleteSurroundingTextInCodePoints on inactive InputConnection");
460 ic.deleteSurroundingTextInCodePoints(msg.arg1, msg.arg2);
/frameworks/base/core/java/android/widget/
H A DAbsListView.java5907 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { method in class:AbsListView.InputConnectionWrapper
5908 return getTarget().deleteSurroundingTextInCodePoints(beforeLength, afterLength);

Completed in 124 milliseconds