Searched refs:onStartInputView (Results 1 – 8 of 8) sorted by relevance
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | LatinIME.java | 494 public void onStartInputView(final EditorInfo editorInfo, final boolean restarting) { in onStartInputView() method in LatinIME.UIHandler 815 public void onStartInputView(final EditorInfo editorInfo, final boolean restarting) { in onStartInputView() method in LatinIME 816 mHandler.onStartInputView(editorInfo, restarting); in onStartInputView() 817 mStatsUtilsManager.onStartInputView(); in onStartInputView() 864 super.onStartInputView(editorInfo, restarting); in onStartInputViewInternal() 928 StatsUtils.onStartInputView(editorInfo.inputType, in onStartInputViewInternal()
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
D | OpenWnn.java | 230 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) { in onStartInputView() method in OpenWnn 231 super.onStartInputView(attribute, restarting); in onStartInputView()
|
D | OpenWnnEN.java | 310 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) { in onStartInputView() method in OpenWnnEN 311 super.onStartInputView(attribute, restarting); in onStartInputView()
|
D | OpenWnnJAJP.java | 535 @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/apps/Car/LatinIME/src/com/android/inputmethod/latin/ |
D | CarLatinIME.java | 189 public void onStartInputView(EditorInfo editorInfo, boolean reastarting) { in onStartInputView() method in CarLatinIME 190 super.onStartInputView(editorInfo, reastarting); in onStartInputView()
|
/packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/utils/ |
D | StatsUtilsManager.java | 48 public void onStartInputView() { in onStartInputView() method in StatsUtilsManager
|
D | StatsUtils.java | 71 public static void onStartInputView(int inputType, int displayOrientation, boolean restarting) { in onStartInputView() method in StatsUtils
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
D | InputTestsBase.java | 227 mLatinIME.onStartInputView(ei, false); in setUp()
|