Searched refs:mInputMethodService (Results 1 – 2 of 2) sorted by relevance
55 private InputMethodService mInputMethodService; field in EmojiExtractTextLayoutTest64 mInputMethodService = mock(InputMethodService.class); in setup()163 when(mInputMethodService.isExtractViewShown()).thenReturn(true); in testOnUpdateExtractingViews()172 layout.onUpdateExtractingViews(mInputMethodService, editorInfo); in testOnUpdateExtractingViews()188 when(mInputMethodService.isExtractViewShown()).thenReturn(true); in testOnUpdateExtractingViews_hidesAccessoriesIfNoAction()195 layout.onUpdateExtractingViews(mInputMethodService, editorInfo); in testOnUpdateExtractingViews_hidesAccessoriesIfNoAction()
197 private final InputMethodService mInputMethodService; field in EmojiExtractTextLayout.ButtonOnclickListener200 mInputMethodService = inputMethodService; in ButtonOnclickListener()208 final EditorInfo ei = mInputMethodService.getCurrentInputEditorInfo(); in onClick()209 final InputConnection ic = mInputMethodService.getCurrentInputConnection(); in onClick()