Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DAlbumSetPage.java43 import com.android.gallery3d.ui.ActionModeHandler;
44 import com.android.gallery3d.ui.ActionModeHandler.ActionModeListener;
96 private ActionModeHandler mActionModeHandler;
399 mActionModeHandler = new ActionModeHandler(mActivity, mSelectionManager); in initializeViews()
DAlbumPage.java44 import com.android.gallery3d.ui.ActionModeHandler;
45 import com.android.gallery3d.ui.ActionModeHandler.ActionModeListener;
100 private ActionModeHandler mActionModeHandler;
462 mActionModeHandler = new ActionModeHandler(mActivity, mSelectionManager); in initializeViews()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DActionModeHandler.java52 public class ActionModeHandler implements ActionMode.Callback { class
73 public ActionModeHandler( in ActionModeHandler() method in ActionModeHandler