Searched refs:servedView (Results 1 – 2 of 2) sorted by relevance
757 return servedView.hasWindowFocus() || isAutofillUIShowing(servedView); in canStartInput()991 return (servedView == view in hasServedByInputMethodLocked()992 || (servedView != null && servedView.checkInputConnectionProxy(view))); in hasServedByInputMethodLocked()1063 if (servedView != null && servedView.isFocused()) { in handleMessage()1165 if (servedView == null || !canStartInput(servedView)) { in handleMessage()2317 if (servedView == null || servedView.getWindowToken() != windowToken) { in hideSoftInputFromWindow()2523 if (servedView == null || servedView.getWindowToken() != windowToken) { in toggleSoftInputFromWindow()3143 if (servedView == null || servedView.getWindowToken() != windowToken) { in requestImeShow()3275 final View servedView; in viewClicked() local3655 if (servedView != null) { in dispatchKeyEventFromInputMethod()[all …]
195 @NonNull InputMethodManager inputMethodManager, @Nullable View servedView) { in RemoteInputConnectionImpl() argument200 mServedView = new WeakReference<>(servedView); in RemoteInputConnectionImpl()201 if (servedView != null) { in RemoteInputConnectionImpl()202 final ViewRootImpl viewRoot = servedView.getViewRootImpl(); in RemoteInputConnectionImpl()414 final View servedView = mServedView.get(); in deactivate()415 if (servedView != null) { in deactivate()416 final Handler handler = servedView.getHandler(); in deactivate()424 servedView.onInputConnectionClosedInternal(); in deactivate()426 handler.post(servedView::onInputConnectionClosedInternal); in deactivate()430 final ViewRootImpl viewRoot = servedView.getViewRootImpl(); in deactivate()[all …]