Searched refs:mContextMenu (Results 1 – 2 of 2) sorted by relevance
833 if (mWindow.mContextMenu == null) { in showContextMenuForChildInternal()834 mWindow.mContextMenu = new ContextMenuBuilder(getContext()); in showContextMenuForChildInternal()835 mWindow.mContextMenu.setCallback(callback); in showContextMenuForChildInternal()837 mWindow.mContextMenu.clearAll(); in showContextMenuForChildInternal()843 helper = mWindow.mContextMenu.showPopup(getContext(), originalView, x, y); in showContextMenuForChildInternal()845 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) {