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

/frameworks/base/core/java/android/widget/
H A DEditor.java2919 protected ActionPopupWindow mActionPopupWindow; field in class:Editor.HandleView
3026 if (mActionPopupWindow == null) {
3027 mActionPopupWindow = new ActionPopupWindow();
3032 mActionPopupWindow.show();
3045 if (mActionPopupWindow != null) {
3046 mActionPopupWindow.hide();
3282 if (mActionPopupWindow != null && mActionPopupWindow.isShowing()) {
3284 mActionPopupWindow.hide();
3371 return mActionPopupWindow;
[all...]

Completed in 30 milliseconds