Home
last modified time | relevance | path

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

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