Searched defs:mCurRootView (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java283 View mCurRootView; field in class:InputMethodManager
815 mCurRootView = null;
1299 if (mCurRootView != view.getRootView()) {
1454 mCurRootView = rootView;
2146 p.println(" mCurRootView=" + mCurRootView);

Completed in 63 milliseconds