Home
last modified time | relevance | path

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

/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java235 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.EditorManager
1793 showSoftKey(mEST.getSelectionStart(), mEST.getSelectionEnd()); in showSoftKey()
1796 public void showSoftKey(int oldSelStart, int oldSelEnd) { in showSoftKey() method in EditStyledText.EditorManager