Home
last modified time | relevance | path

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

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/
DCarLatinIME.java168 public View onCreateInputView() { in onCreateInputView() method in CarLatinIME
172 super.onCreateInputView(); in onCreateInputView()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java95 mLatinIME.setInputView(onCreateInputView(mIsHardwareAcceleratedDrawingEnabled)); in updateKeyboardTheme()
457 public View onCreateInputView(final boolean isHardwareAcceleratedDrawingEnabled) { in onCreateInputView() method in KeyboardSwitcher
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DStatsUtils.java68 public static void onCreateInputView() { in onCreateInputView() method in StatsUtils
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java788 public View onCreateInputView() { in onCreateInputView() method in LatinIME
789 StatsUtils.onCreateInputView(); in onCreateInputView()
790 return mKeyboardSwitcher.onCreateInputView(mIsHardwareAcceleratedDrawingEnabled); in onCreateInputView()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DInputTestsBase.java226 mLatinIME.onCreateInputView(); in setUp()