Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java463 public void onStartInputView(final EditorInfo editorInfo, final boolean restarting) { in onStartInputView() method in LatinIME.UIHandler
778 public void onStartInputView(final EditorInfo editorInfo, final boolean restarting) { in onStartInputView() method in LatinIME
779 mHandler.onStartInputView(editorInfo, restarting); in onStartInputView()
780 mStatsUtilsManager.onStartInputView(); in onStartInputView()
827 super.onStartInputView(editorInfo, restarting); in onStartInputViewInternal()
891 StatsUtils.onStartInputView(editorInfo.inputType, in onStartInputViewInternal()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnn.java230 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) { in onStartInputView() method in OpenWnn
231 super.onStartInputView(attribute, restarting); in onStartInputView()
DOpenWnnEN.java310 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) { in onStartInputView() method in OpenWnnEN
311 super.onStartInputView(attribute, restarting); in onStartInputView()
DOpenWnnJAJP.java535 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) { in onStartInputView() method in OpenWnnJAJP
539 super.onStartInputView(attribute, restarting); in onStartInputView()
550 super.onStartInputView(attribute, restarting); in onStartInputView()
/packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/utils/
DStatsUtilsManager.java48 public void onStartInputView() { in onStartInputView() method in StatsUtilsManager
DStatsUtils.java71 public static void onStartInputView(int inputType, int displayOrientation, boolean restarting) { in onStartInputView() method in StatsUtils
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DInputTestsBase.java227 mLatinIME.onStartInputView(ei, false); in setUp()