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

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumPage.java 46 import com.android.gallery3d.ui.ActionModeHandler;
47 import com.android.gallery3d.ui.ActionModeHandler.ActionModeListener;
98 private ActionModeHandler mActionModeHandler;
498 mActionModeHandler = new ActionModeHandler(mActivity, mSelectionManager);
AlbumSetPage.java 48 import com.android.gallery3d.ui.ActionModeHandler;
49 import com.android.gallery3d.ui.ActionModeHandler.ActionModeListener;
101 private ActionModeHandler mActionModeHandler;
518 mActionModeHandler = new ActionModeHandler(mActivity, mSelectionManager);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ActionModeHandler.java 51 public class ActionModeHandler implements Callback, PopupList.OnPopupItemClickListener {
54 private static final String TAG = "ActionModeHandler";
125 public ActionModeHandler(
166 // ActionModeHandler, which handles command only based on the action id.

Completed in 92 milliseconds