HomeSort by relevance Sort by last modified time
    Searched refs:mServedView (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java 288 View mServedView;
465 if (mServedView != null && mServedView.isFocused()) {
499 if (mServedView != null && mServedView.hasWindowFocus()) {
503 // from a thread that created mServedView. That could happen
746 return (mServedView == view
747 || (mServedView != null
748 && mServedView.checkInputConnectionProxy(view)))
759 return mServedView != null && mCurrentTextBoxAttribute != null
    [all...]
BaseInputConnection.java 522 if (mIMM.mServedView != null) {
523 viewRootImpl = mIMM.mServedView.getViewRootImpl();
586 } else if (mIMM.mServedView != null) {
587 context = mIMM.mServedView.getContext();

Completed in 58 milliseconds