Searched defs:mPasteWindow (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java699 private PastePopupWindow mPasteWindow; field in class:WebViewClassic
5203 if (mPasteWindow == null) {
5204 mPasteWindow = new PastePopupWindow();
5206 mPasteWindow.show(cursorPoint, cursorTop, location[0], location[1]);
5257 if (mPasteWindow != null) {
5258 mPasteWindow.hide();

Completed in 27 milliseconds