Searched refs:mErrorPopup (Results 1 – 2 of 2) sorted by relevance
292 private ErrorPopup mErrorPopup; field in Editor565 if (mErrorPopup == null) { in showError()571 mErrorPopup = in showError()573 mErrorPopup.setFocusable(false); in showError()576 mErrorPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED); in showError()579 TextView tv = (TextView) mErrorPopup.getContentView(); in showError()580 chooseSize(mErrorPopup, mError, tv); in showError()583 mErrorPopup.showAsDropDown(mTextView, getErrorX(), getErrorY(), in showError()585 mErrorPopup.fixDirection(mErrorPopup.isAboveAnchor()); in showError()594 if (mErrorPopup != null) { in setError()[all …]
81724 Landroid/widget/Editor;->mErrorPopup:Landroid/widget/Editor$ErrorPopup;