Home
last modified time | relevance | path

Searched refs:mContextMenu (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java812 if (mWindow.mContextMenu == null) { in showContextMenuForChildInternal()
813 mWindow.mContextMenu = new ContextMenuBuilder(getContext()); in showContextMenuForChildInternal()
814 mWindow.mContextMenu.setCallback(callback); in showContextMenuForChildInternal()
816 mWindow.mContextMenu.clearAll(); in showContextMenuForChildInternal()
822 helper = mWindow.mContextMenu.showPopup(getContext(), originalView, x, y); in showContextMenuForChildInternal()
824 helper = mWindow.mContextMenu.showDialog(originalView, originalView.getWindowToken()); in showContextMenuForChildInternal()
DPhoneWindow.java245 ContextMenuBuilder mContextMenu; field in PhoneWindow
1145 if (mContextMenu != null) { in closeContextMenu()
1146 mContextMenu.close(); in closeContextMenu()
1156 mContextMenu = null; in dismissContextMenu()
1443 return (mContextMenu != null) ? mContextMenu.performIdentifierAction(id, flags) : false; in performContextMenuIdentifierAction()
3699 if (menu == mWindow.mContextMenu) {