Searched refs:showSoftKey (Results 1 – 1 of 1) sorted by relevance
235 mManager.showSoftKey(Selection.getSelectionStart(getText()), in onTouchEvent()238 mManager.showSoftKey(oldSelStart, oldSelEnd); in onTouchEvent()986 showSoftKey(); in startEdit()1792 public void showSoftKey() { in showSoftKey() method in EditStyledText.EditorManager1793 showSoftKey(mEST.getSelectionStart(), mEST.getSelectionEnd()); in showSoftKey()1796 public void showSoftKey(int oldSelStart, int oldSelEnd) { in showSoftKey() method in EditStyledText.EditorManager