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.java833 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());
DPhoneWindow.java285 ContextMenuBuilder mContextMenu; field in PhoneWindow
1182 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) {