Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnn.java221 @Override public void onStartInput(EditorInfo attribute, boolean restarting) { in onStartInput() argument
222 super.onStartInput(attribute, restarting); in onStartInput()
224 if (!restarting && mComposingText != null) { in onStartInput()
230 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) { in onStartInputView() argument
231 super.onStartInputView(attribute, restarting); in onStartInputView()
DOpenWnnEN.java310 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) { in onStartInputView() argument
311 super.onStartInputView(attribute, restarting); in onStartInputView()
DOpenWnnJAJP.java535 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) { in onStartInputView() argument
538 if (restarting) { in onStartInputView()
539 super.onStartInputView(attribute, restarting); in onStartInputView()
550 super.onStartInputView(attribute, restarting); in onStartInputView()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java301 boolean restarting) { in executePendingImsCallback() argument
307 latinIme.onStartInputInternal(editorInfo, restarting); in executePendingImsCallback()
311 public void onStartInput(final EditorInfo editorInfo, final boolean restarting) { in onStartInput() argument
316 if (mIsOrientationChanging && restarting) { in onStartInput()
322 executePendingImsCallback(latinIme, editorInfo, restarting); in onStartInput()
323 latinIme.onStartInputInternal(editorInfo, restarting); in onStartInput()
327 public void onStartInputView(final EditorInfo editorInfo, final boolean restarting) { in onStartInputView() argument
341 executePendingImsCallback(latinIme, editorInfo, restarting); in onStartInputView()
342 latinIme.onStartInputViewInternal(editorInfo, restarting); in onStartInputView()
628 public void onStartInput(final EditorInfo editorInfo, final boolean restarting) { in onStartInput() argument
[all …]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DAccessibilityUtils.java190 public void onStartInputViewInternal(View view, EditorInfo editorInfo, boolean restarting) { in onStartInputViewInternal() argument
/packages/apps/Settings/src/com/android/settings/applications/
DRunningState.java475 long activeSince = service.restarting == 0 ? service.activeSince : -1; in updateService()
892 if (si.restarting == 0 && si.pid > 0) { in update()
912 if (si.restarting == 0 && si.pid > 0) { in update()
953 int pid = si.restarting == 0 ? si.pid : 0; in update()
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DPinyinIME.java1108 public void onStartInput(EditorInfo editorInfo, boolean restarting) { in onStartInput() argument
1112 + String.valueOf(restarting)); in onStartInput()
1119 public void onStartInputView(EditorInfo editorInfo, boolean restarting) { in onStartInputView() argument
1123 + String.valueOf(restarting)); in onStartInputView()