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

/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java699 private PastePopupWindow mPasteWindow; field in class:WebViewClassic
5241 if (mPasteWindow == null) {
5242 mPasteWindow = new PastePopupWindow();
5244 mPasteWindow.show(cursorPoint, cursorTop, location[0], location[1]);
5295 if (mPasteWindow != null) {
5296 mPasteWindow.hide();

Completed in 46 milliseconds