Searched refs:mErrorPopup (Results 1 – 2 of 2) sorted by relevance
355 private ErrorPopup mErrorPopup; field in Editor831 if (mErrorPopup == null) { in showError()837 mErrorPopup = in showError()839 mErrorPopup.setFocusable(false); in showError()842 mErrorPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED); in showError()845 TextView tv = (TextView) mErrorPopup.getContentView(); in showError()846 chooseSize(mErrorPopup, mError, tv); in showError()849 mErrorPopup.showAsDropDown(mTextView, getErrorX(), getErrorY(), in showError()851 mErrorPopup.fixDirection(mErrorPopup.isAboveAnchor()); in showError()860 if (mErrorPopup != null) { in setError()[all …]
66652 Landroid/widget/Editor;->mErrorPopup:Landroid/widget/Editor$ErrorPopup;