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 273 View mServedView;
398 if (mServedView != null && mServedView.isFocused()) {
432 if (mServedView != null && mServedView.hasWindowFocus()) {
436 // from a thread that created mServedView. That could happen
688 return (mServedView == view
689 || (mServedView != null
690 && mServedView.checkInputConnectionProxy(view)))
701 return mServedView != null && mCurrentTextBoxAttribute != null
    [all...]
BaseInputConnection.java 510 if (mIMM.mServedView != null) {
511 viewRootImpl = mIMM.mServedView.getViewRootImpl();
573 } else if (mIMM.mServedView != null) {
574 context = mIMM.mServedView.getContext();

Completed in 609 milliseconds