HomeSort by relevance Sort by last modified time
    Searched defs:MenuExecutor (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
MenuExecutor.java 47 public class MenuExecutor {
49 private static final String TAG = "MenuExecutor";
88 public MenuExecutor(
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoPage.java 61 import com.android.gallery3d.ui.MenuExecutor;
121 private MenuExecutor mMenuExecutor;
176 mMenuExecutor = new MenuExecutor(mActivity, mSelectionManager);
326 intent.setType(MenuExecutor.getMimeType(type));
376 MenuExecutor.updateMenuOperation(mMenu, supportedOperations);
539 private MenuExecutor.ProgressListener mConfirmDialogListener =
540 new MenuExecutor.ProgressListener() {
    [all...]

Completed in 27 milliseconds