Searched refs:getImeFocusController (Results 1 – 7 of 7) sorted by relevance
781 return mCurRootView != null ? mCurRootView.getImeFocusController().getServedView() : null; in getServedViewLocked()785 return mCurRootView != null ? mCurRootView.getImeFocusController().getNextServedView() in getNextServedViewLocked()791 mCurRootView.getImeFocusController().setServedView(view); in setServedViewLocked()797 mCurRootView.getImeFocusController().setNextServedView(view); in setNextServedViewLocked()804 return mCurRootView.getImeFocusController(); in getFocusController()935 if (mCurRootView != null && mCurRootView.getImeFocusController() in handleMessage()
842 final View servedView = mIMM.mCurRootView.getImeFocusController().getServedView(); in ensureDefaultComposingSpans()
497 root.getImeFocusController().onWindowDismissed(); in removeViewLocked()
705 public ImeFocusController getImeFocusController() { in getImeFocusController() method in ViewRootImpl5398 getImeFocusController().checkFocus(false, true); in handleMessageImpl()
8132 mAttachInfo.mViewRootImpl.getImeFocusController().onViewFocusChanged(this, hasFocus);14860 return getViewRootImpl() != null && getViewRootImpl().getImeFocusController().hasImeFocus(); in hasImeFocus()20812 info.mViewRootImpl.getImeFocusController().onViewDetachedFromWindow(this); in dispatchDetachedFromWindow()
18627 HSPLandroid/view/ViewRootImpl;->getImeFocusController()Landroid/view/ImeFocusController;
18675 HSPLandroid/view/ViewRootImpl;->getImeFocusController()Landroid/view/ImeFocusController;