Searched refs:mContextMenu (Results 1 – 2 of 2) sorted by relevance
835 if (mWindow.mContextMenu == null) { in showContextMenuForChildInternal()836 mWindow.mContextMenu = new ContextMenuBuilder(getContext()); in showContextMenuForChildInternal()837 mWindow.mContextMenu.setCallback(callback); in showContextMenuForChildInternal()839 mWindow.mContextMenu.clearAll(); in showContextMenuForChildInternal()845 helper = mWindow.mContextMenu.showPopup(getContext(), originalView, x, y); in showContextMenuForChildInternal()847 helper = mWindow.mContextMenu.showDialog(originalView, originalView.getWindowToken()); in showContextMenuForChildInternal()
263 ContextMenuBuilder mContextMenu; field in PhoneWindow1165 if (mContextMenu != null) { in closeContextMenu()1166 mContextMenu.close(); in closeContextMenu()1176 mContextMenu = null; in dismissContextMenu()1464 return (mContextMenu != null) ? mContextMenu.performIdentifierAction(id, flags) : false; in performContextMenuIdentifierAction()3741 if (menu == mWindow.mContextMenu) {