Home | History | Annotate | Download | only in inputmethodservice

Lines Matching defs:mMenu

90                     new MenuPopupHelper(getContext(), mActionMode.mMenu, clicked).show();
98 MenuBuilder mMenu;
101 mMenu = new MenuBuilder(getContext());
102 mMenu.setCallback(this);
139 mMenu.stopDispatchingItemsChanged();
141 mCallback.onPrepareActionMode(this, mMenu);
143 mMenu.startDispatchingItemsChanged();
148 mMenu.stopDispatchingItemsChanged();
150 return mCallback.onCreateActionMode(this, mMenu);
152 mMenu.startDispatchingItemsChanged();
176 return mMenu;