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

/frameworks/base/core/java/android/widget/
H A DEditor.java2882 protected ActionPopupWindow mActionPopupWindow; field in class:Editor.HandleView
2989 if (mActionPopupWindow == null) {
2990 mActionPopupWindow = new ActionPopupWindow();
2995 mActionPopupWindow.show();
3008 if (mActionPopupWindow != null) {
3009 mActionPopupWindow.hide();
3245 if (mActionPopupWindow != null && mActionPopupWindow.isShowing()) {
3247 mActionPopupWindow.hide();
3334 return mActionPopupWindow;
[all...]

Completed in 47 milliseconds