Searched refs:mErrorPopup (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DEditor.java230 private ErrorPopup mErrorPopup; field in class:Editor
478 if (mErrorPopup == null) {
484 mErrorPopup =
486 mErrorPopup.setFocusable(false);
489 mErrorPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED);
492 TextView tv = (TextView) mErrorPopup.getContentView();
493 chooseSize(mErrorPopup, mError, tv);
496 mErrorPopup.showAsDropDown(mTextView, getErrorX(), getErrorY());
497 mErrorPopup.fixDirection(mErrorPopup
[all...]

Completed in 72 milliseconds