Home
last modified time | relevance | path

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

/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DSoftKeyboard.java257 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) { in onStartInputView() method in SoftKeyboard
258 super.onStartInputView(attribute, restarting); in onStartInputView()
/development/samples/browseable/CommitContentSampleIME/src/com.example.android.commitcontent.ime/
DImageKeyboard.java245 public void onStartInputView(EditorInfo info, boolean restarting) { in onStartInputView() method in ImageKeyboard