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

/frameworks/base/core/java/android/widget/
H A DEditor.java146 ErrorPopup mErrorPopup; field in class:Editor
268 if (mErrorPopup == null) {
274 mErrorPopup = new ErrorPopup(err, (int)(200 * scale + 0.5f), (int)(50 * scale + 0.5f));
275 mErrorPopup.setFocusable(false);
278 mErrorPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED);
281 TextView tv = (TextView) mErrorPopup.getContentView();
282 chooseSize(mErrorPopup, mError, tv);
285 mErrorPopup.showAsDropDown(mTextView, getErrorX(), getErrorY());
286 mErrorPopup.fixDirection(mErrorPopup
[all...]

Completed in 36 milliseconds