Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java300 private ErrorPopup mErrorPopup; field in Editor
701 if (mErrorPopup == null) { in showError()
707 mErrorPopup = in showError()
709 mErrorPopup.setFocusable(false); in showError()
712 mErrorPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED); in showError()
715 TextView tv = (TextView) mErrorPopup.getContentView(); in showError()
716 chooseSize(mErrorPopup, mError, tv); in showError()
719 mErrorPopup.showAsDropDown(mTextView, getErrorX(), getErrorY(), in showError()
721 mErrorPopup.fixDirection(mErrorPopup.isAboveAnchor()); in showError()
730 if (mErrorPopup != null) { in setError()
[all …]