Searched refs:mContextMenu (Results 1 – 2 of 2) sorted by relevance
833 if (mWindow.mContextMenu == null) {834 mWindow.mContextMenu = new ContextMenuBuilder(getContext());835 mWindow.mContextMenu.setCallback(callback);837 mWindow.mContextMenu.clearAll();843 helper = mWindow.mContextMenu.showPopup(getContext(), originalView, x, y);845 helper = mWindow.mContextMenu.showDialog(originalView, originalView.getWindowToken());
285 ContextMenuBuilder mContextMenu; field in PhoneWindow1182 if (mContextMenu != null) { in closeContextMenu()1183 mContextMenu.close(); in closeContextMenu()1193 mContextMenu = null; in dismissContextMenu()1481 return (mContextMenu != null) ? mContextMenu.performIdentifierAction(id, flags) : false; in performContextMenuIdentifierAction()3684 if (menu == mWindow.mContextMenu) {