Searched refs:deleteSurroundingTextInCodePoints (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputConnectionWrapper.java | 123 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints() method in InputConnectionWrapper 124 return mTarget.deleteSurroundingTextInCodePoints(beforeLength, afterLength); in deleteSurroundingTextInCodePoints()
|
D | InputConnection.java | 399 boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength); in deleteSurroundingTextInCodePoints() method
|
D | BaseInputConnection.java | 372 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints() method in BaseInputConnection
|
/frameworks/base/core/java/com/android/internal/view/ |
D | IInputContext.aidl | 44 void deleteSurroundingTextInCodePoints(int beforeLength, int afterLength); in deleteSurroundingTextInCodePoints() method
|
D | InputConnectionWrapper.java | 535 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints() method in InputConnectionWrapper 541 mIInputContext.deleteSurroundingTextInCodePoints(beforeLength, afterLength); in deleteSurroundingTextInCodePoints()
|
D | IInputConnectionWrapper.java | 185 public void deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints() method in IInputConnectionWrapper 459 ic.deleteSurroundingTextInCodePoints(msg.arg1, msg.arg2); in executeMessage()
|
/frameworks/base/core/java/android/widget/ |
D | AbsListView.java | 6033 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints() method in AbsListView.FlingRunnable.InputConnectionWrapper 6034 return getTarget().deleteSurroundingTextInCodePoints(beforeLength, afterLength); in deleteSurroundingTextInCodePoints()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |