Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java495 public void onStartInputView(final EditorInfo editorInfo, final boolean restarting) { in onStartInputView() method in LatinIME.UIHandler
816 public void onStartInputView(final EditorInfo editorInfo, final boolean restarting) { in onStartInputView() method in LatinIME
817 mHandler.onStartInputView(editorInfo, restarting); in onStartInputView()
818 mStatsUtilsManager.onStartInputView(); in onStartInputView()
865 super.onStartInputView(editorInfo, restarting); in onStartInputViewInternal()
929 StatsUtils.onStartInputView(editorInfo.inputType, in onStartInputViewInternal()
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/
DCarLatinIME.java191 public void onStartInputView(EditorInfo editorInfo, boolean reastarting) { in onStartInputView() method in CarLatinIME
192 super.onStartInputView(editorInfo, reastarting); in onStartInputView()
/packages/inputmethods/LatinIME/java/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()