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

/frameworks/base/core/java/android/widget/
H A DEditor.java193 ErrorPopup mErrorPopup; field in class:Editor
428 if (mErrorPopup == null) {
434 mErrorPopup = new ErrorPopup(err, (int)(200 * scale + 0.5f), (int)(50 * scale + 0.5f));
435 mErrorPopup.setFocusable(false);
438 mErrorPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED);
441 TextView tv = (TextView) mErrorPopup.getContentView();
442 chooseSize(mErrorPopup, mError, tv);
445 mErrorPopup.showAsDropDown(mTextView, getErrorX(), getErrorY());
446 mErrorPopup.fixDirection(mErrorPopup
[all...]

Completed in 642 milliseconds