Home | History | Annotate | Download | only in inputmethod

Lines Matching refs:ViewRootImpl

52 import android.view.ViewRootImpl;
838 ViewRootImpl viewRootImpl = mServedView.getViewRootImpl();
839 if (viewRootImpl != null) {
841 viewRootImpl.dispatchFinishInputConnection(mServedInputConnection);
1346 ViewRootImpl viewRootImpl = view.getViewRootImpl();
1347 if (viewRootImpl != null) {
1348 viewRootImpl.dispatchCheckFocus();