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

/frameworks/base/core/java/android/widget/
H A DEditor.java161 ErrorPopup mErrorPopup; field in class:Editor
286 if (mErrorPopup == null) {
292 mErrorPopup = new ErrorPopup(err, (int)(200 * scale + 0.5f), (int)(50 * scale + 0.5f));
293 mErrorPopup.setFocusable(false);
296 mErrorPopup.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED);
299 TextView tv = (TextView) mErrorPopup.getContentView();
300 chooseSize(mErrorPopup, mError, tv);
303 mErrorPopup.showAsDropDown(mTextView, getErrorX(), getErrorY());
304 mErrorPopup.fixDirection(mErrorPopup
[all...]

Completed in 38 milliseconds