Home | History | Annotate | Download | only in inputmethod

Lines Matching defs:viewRootImpl

46 import android.view.ViewRootImpl;
771 ViewRootImpl viewRootImpl = mServedView.getViewRootImpl();
772 if (viewRootImpl != null) {
774 viewRootImpl.dispatchFinishInputConnection(mServedInputConnection);
1250 ViewRootImpl viewRootImpl = view.getViewRootImpl();
1251 if (viewRootImpl != null) {
1252 viewRootImpl.dispatchCheckFocus();