Searched refs:inputMethodService (Results 1 – 2 of 2) sorted by relevance
98 NavigationBarController(@NonNull InputMethodService inputMethodService) { in NavigationBarController() argument100 ? new Impl(inputMethodService) : Callback.NOOP; in NavigationBarController()183 Impl(@NonNull InputMethodService inputMethodService) { in Impl() argument184 mService = inputMethodService; in Impl()
106 @NonNull WeakReference<InputMethodServiceInternal> inputMethodService, in RemoteInputConnection()108 mImsInternal = new InputMethodServiceInternalHolder(inputMethodService); in RemoteInputConnection()