Searched refs:restarting (Results 1 – 6 of 6) sorted by relevance
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
D | OpenWnn.java | 140 @Override public void onStartInput(EditorInfo attribute, boolean restarting) { in onStartInput() argument 141 super.onStartInput(attribute, restarting); in onStartInput() 149 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) { in onStartInputView() argument 150 super.onStartInputView(attribute, restarting); in onStartInputView()
|
D | OpenWnnEN.java | 300 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) { in onStartInputView() argument 301 super.onStartInputView(attribute, restarting); in onStartInputView()
|
D | OpenWnnJAJP.java | 482 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) { in onStartInputView() argument 493 super.onStartInputView(attribute, restarting); in onStartInputView()
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
D | PinyinIME.java | 1108 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()
|
/packages/apps/Settings/src/com/android/settings/ |
D | RunningServices.java | 293 long activeSince = service.restarting == 0 ? service.activeSince : -1; in updateService() 434 int pid = si.restarting == 0 ? si.pid : 0; in update()
|
/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/ |
D | LatinIME.java | 250 public void onStartInputView(EditorInfo attribute, boolean restarting) { in onStartInputView() argument
|