Home
last modified time | relevance | path

Searched refs:setTextAfterCursor (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
DIInputContextCallback.aidl26 void setTextAfterCursor(CharSequence textAfterCursor, int seq); in setTextAfterCursor() method
DIInputConnectionWrapper.java243 callback.setTextAfterCursor(null, callbackSeq); in executeMessage()
246 callback.setTextAfterCursor(ic.getTextAfterCursor( in executeMessage()
DInputConnectionWrapper.java119 public void setTextAfterCursor(CharSequence textAfterCursor, int seq) { in setTextAfterCursor() method in InputConnectionWrapper.InputContextCallback