Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/imewidescreen/
DCarUiImeWideScreenControllerTest.java224 .onStartInputView(mEditorInfoMock, mInputConnectionMock, TEST); in onComputeInsets_hideContentArea_shouldUpdateRegionAsTouchable()
246 sCarUiImeWideScreenController.onStartInputView(mEditorInfoMock, mInputConnectionMock, in onAppPrivateCommand_shouldShowTitleAndDesc()
270 sCarUiImeWideScreenController.onStartInputView(mEditorInfoMock, mInputConnectionMock, in onAppPrivateCommand_shouldShowErrorMessage()
296 sCarUiImeWideScreenController.onStartInputView(mEditorInfoMock, mInputConnectionMock, in setWideScreenExtractedIcon_shouldSetIcon()
315 sCarUiImeWideScreenController.onStartInputView(mEditorInfoMock, mInputConnectionMock, in setWideScreenExtractedIconResId0_shouldSetIcon()
330 sCarUiImeWideScreenController.onStartInputView(mEditorInfoMock, mInputConnectionMock, in setWideScreenExtractedIconResId_shouldSetIcon()
348 sCarUiImeWideScreenController.onStartInputView(mEditorInfoMock, mInputConnectionMock, in setWideScreenExtractedIconResId_shouldTHideIcon()
396 .onStartInputView(mEditorInfoMock, mInputConnectionMock, charSequence); in onAppPrivateCommand_shouldShowSearchResults()
426 sCarUiImeWideScreenController.onStartInputView(mEditorInfoMock, mInputConnectionMock, in onAppPrivateCommand_shouldShowSurfaceView()
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/service/
DLeanbackImeService.java125 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/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/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/
DLatinIME.java501 public void onStartInputView(final EditorInfo editorInfo, final boolean restarting) { in onStartInputView() method in LatinIME.UIHandler
844 public void onStartInputView(final EditorInfo editorInfo, final boolean restarting) { in onStartInputView() method in LatinIME
845 mHandler.onStartInputView(editorInfo, restarting); in onStartInputView()
846 mStatsUtilsManager.onStartInputView(); in onStartInputView()
893 super.onStartInputView(editorInfo, restarting); in onStartInputViewInternal()
957 StatsUtils.onStartInputView(editorInfo.inputType, in onStartInputViewInternal()
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardController.java182 public void onStartInputView() { in onStartInputView() method in LeanbackKeyboardController
185 mContainer.onStartInputView(); in onStartInputView()
DLeanbackKeyboardContainer.java735 public void onStartInputView() { in onStartInputView() method in LeanbackKeyboardContainer
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DInputTestsBase.java227 mLatinIME.onStartInputView(ei, false); in setUp()
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/imewidescreen/
DCarUiImeWideScreenController.java521 public void onStartInputView(@NonNull EditorInfo editorInfo, in onStartInputView() method in CarUiImeWideScreenController