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

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

Completed in 25 milliseconds