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.java835 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()
DPhoneWindow.java263 ContextMenuBuilder mContextMenu; field in PhoneWindow
1165 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) {