Searched refs:mContextMenu (Results 1 – 2 of 2) sorted by relevance
836 if (mWindow.mContextMenu == null) {837 mWindow.mContextMenu = new ContextMenuBuilder(getContext());838 mWindow.mContextMenu.setCallback(callback);840 mWindow.mContextMenu.clearAll();846 helper = mWindow.mContextMenu.showPopup(getContext(), originalView, x, y);848 helper = mWindow.mContextMenu.showDialog(originalView, originalView.getWindowToken());
293 ContextMenuBuilder mContextMenu; field in PhoneWindow1201 if (mContextMenu != null) { in closeContextMenu()1202 mContextMenu.close(); in closeContextMenu()1212 mContextMenu = null; in dismissContextMenu()1500 return (mContextMenu != null) ? mContextMenu.performIdentifierAction(id, flags) : false; in performContextMenuIdentifierAction()3772 if (menu == mWindow.mContextMenu) {