Searched refs:onStartInputView (Results 1 – 8 of 8) sorted by relevance
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/service/ |
D | LeanbackImeService.java | 125 public void onStartInputView(EditorInfo info, boolean restarting) { in onStartInputView() method in LeanbackImeService 126 super.onStartInputView(info, restarting); in onStartInputView() 127 mKeyboardController.onStartInputView(); in onStartInputView()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | LatinIME.java | 501 public void onStartInputView(final EditorInfo editorInfo, final boolean restarting) { in onStartInputView() method in LatinIME.UIHandler 843 public void onStartInputView(final EditorInfo editorInfo, final boolean restarting) { in onStartInputView() method in LatinIME 844 mHandler.onStartInputView(editorInfo, restarting); in onStartInputView() 845 mStatsUtilsManager.onStartInputView(); in onStartInputView() 892 super.onStartInputView(editorInfo, restarting); in onStartInputViewInternal() 956 StatsUtils.onStartInputView(editorInfo.inputType, in onStartInputViewInternal()
|
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/ |
D | CarLatinIME.java | 191 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/ |
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/LeanbackIME/src/com/android/inputmethod/leanback/ |
D | LeanbackKeyboardController.java | 182 public void onStartInputView() { in onStartInputView() method in LeanbackKeyboardController 185 mContainer.onStartInputView(); in onStartInputView()
|
D | LeanbackKeyboardContainer.java | 735 public void onStartInputView() { in onStartInputView() method in LeanbackKeyboardContainer
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
D | InputTestsBase.java | 227 mLatinIME.onStartInputView(ei, false); in setUp()
|