Searched refs:setTextAfterCursor (Results 1 – 3 of 3) sorted by relevance
26 void setTextAfterCursor(CharSequence textAfterCursor, int seq); in setTextAfterCursor() method
243 callback.setTextAfterCursor(null, callbackSeq); in executeMessage()246 callback.setTextAfterCursor(ic.getTextAfterCursor( in executeMessage()
119 public void setTextAfterCursor(CharSequence textAfterCursor, int seq) { in setTextAfterCursor() method in InputConnectionWrapper.InputContextCallback