Searched refs:ActionModeHandler (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAlbumPage.java41 import com.android.gallery3d.ui.ActionModeHandler;
42 import com.android.gallery3d.ui.ActionModeHandler.ActionModeListener;
96 private ActionModeHandler mActionModeHandler;
397 mActionModeHandler = new ActionModeHandler(mActivity, mSelectionManager);
H A DAlbumSetPage.java41 import com.android.gallery3d.ui.ActionModeHandler;
42 import com.android.gallery3d.ui.ActionModeHandler.ActionModeListener;
95 private ActionModeHandler mActionModeHandler;
400 mActionModeHandler = new ActionModeHandler(mActivity, mSelectionManager);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DActionModeHandler.java51 public class ActionModeHandler implements ActionMode.Callback { class in inherits:ActionMode.Callback
52 private static final String TAG = "ActionModeHandler";
71 public ActionModeHandler( method in class:ActionModeHandler

Completed in 107 milliseconds