Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java836 if (mWindow.mContextMenu == null) {
837 mWindow.mContextMenu = new ContextMenuBuilder(getContext());
838 mWindow.mContextMenu.setCallback(callback);
840 mWindow.mContextMenu.clearAll();
846 helper = mWindow.mContextMenu.showPopup(getContext(), originalView, x, y);
848 helper = mWindow.mContextMenu.showDialog(originalView, originalView.getWindowToken());
H A DPhoneWindow.java293 ContextMenuBuilder mContextMenu; field in PhoneWindow
1201 if (mContextMenu != null) { in closeContextMenu()
1202 mContextMenu.close(); in closeContextMenu()
1212 mContextMenu = null; in dismissContextMenu()
1500 return (mContextMenu != null) ? mContextMenu.performIdentifierAction(id, flags) : false; in performContextMenuIdentifierAction()
3772 if (menu == mWindow.mContextMenu) {