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 285 View mServedView;
417 if (mServedView != null && mServedView.isFocused()) {
451 if (mServedView != null && mServedView.hasWindowFocus()) {
455 // from a thread that created mServedView. That could happen
686 return (mServedView == view
687 || (mServedView != null
688 && mServedView.checkInputConnectionProxy(view)))
699 return mServedView != null && mCurrentTextBoxAttribute != null
    [all...]
BaseInputConnection.java 511 if (mIMM.mServedView != null) {
512 viewRootImpl = mIMM.mServedView.getViewRootImpl();
574 } else if (mIMM.mServedView != null) {
575 context = mIMM.mServedView.getContext();

Completed in 681 milliseconds