Home | History | Annotate | Download | only in inputmethod

Lines Matching defs:viewRootImpl

52 import android.view.ViewRootImpl;
845 ViewRootImpl viewRootImpl = mServedView.getViewRootImpl();
846 if (viewRootImpl != null) {
848 viewRootImpl.dispatchFinishInputConnection(mServedInputConnection);
1334 ViewRootImpl viewRootImpl = view.getViewRootImpl();
1335 if (viewRootImpl != null) {
1336 viewRootImpl.dispatchCheckFocus();