Home
last modified time | relevance | path

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

/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DSoftKeyboard.java147 @Override public void onStartInput(EditorInfo attribute, boolean restarting) { in onStartInput() argument
148 super.onStartInput(attribute, restarting); in onStartInput()
155 if (!restarting) { in onStartInput()
257 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) { in onStartInputView() argument
258 super.onStartInputView(attribute, restarting); in onStartInputView()