HomeSort by relevance Sort by last modified time
    Searched refs:mPopupMenu (Results 1 - 3 of 3) sorted by null

  /packages/apps/Browser/src/com/android/browser/
NavigationBarPhone.java 51 private PopupMenu mPopupMenu;
174 if (mPopupMenu == null) {
175 mPopupMenu = new PopupMenu(mContext, anchor);
176 mPopupMenu.setOnMenuItemClickListener(this);
177 mPopupMenu.setOnDismissListener(this);
178 if (!activity.onCreateOptionsMenu(mPopupMenu.getMenu())) {
179 mPopupMenu = null;
183 Menu menu = mPopupMenu.getMenu();
186 mPopupMenu.show();
192 if (menu == mPopupMenu) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorGrad.java 48 PopupMenu mPopupMenu;
136 if (mPopupMenu != null) {
137 MenuItem item = mPopupMenu.getMenu().findItem(R.id.editor_grad_brightness);
254 if (mPopupMenu == null) {
257 mPopupMenu.show();
258 ((FilterShowActivity)mContext).onShowMenu(mPopupMenu);
262 mPopupMenu = new PopupMenu(mImageShow.getActivity(), button);
263 mPopupMenu.getMenuInflater()
264 .inflate(R.menu.filtershow_menu_grad, mPopupMenu.getMenu());
270 hackFixStrings(mPopupMenu.getMenu())
    [all...]
  /packages/apps/FMRadio/src/com/android/fmradio/views/
FmScroller.java 98 private PopupMenu mPopupMenu;
    [all...]

Completed in 1683 milliseconds