Home
last modified time | relevance | path

Searched refs:inputMethodService (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
DNavigationBarController.java98 NavigationBarController(@NonNull InputMethodService inputMethodService) { in NavigationBarController() argument
100 ? new Impl(inputMethodService) : Callback.NOOP; in NavigationBarController()
183 Impl(@NonNull InputMethodService inputMethodService) { in Impl() argument
184 mService = inputMethodService; in Impl()
DRemoteInputConnection.java106 @NonNull WeakReference<InputMethodServiceInternal> inputMethodService, in RemoteInputConnection()
108 mImsInternal = new InputMethodServiceInternalHolder(inputMethodService); in RemoteInputConnection()