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/
DAlbumPage.java46 import com.android.gallery3d.ui.ActionModeHandler;
47 import com.android.gallery3d.ui.ActionModeHandler.ActionModeListener;
98 private ActionModeHandler mActionModeHandler;
498 mActionModeHandler = new ActionModeHandler(mActivity, mSelectionManager); in initializeViews()
DAlbumSetPage.java48 import com.android.gallery3d.ui.ActionModeHandler;
49 import com.android.gallery3d.ui.ActionModeHandler.ActionModeListener;
101 private ActionModeHandler mActionModeHandler;
518 mActionModeHandler = new ActionModeHandler(mActivity, mSelectionManager); in initializeViews()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DActionModeHandler.java51 public class ActionModeHandler implements Callback, PopupList.OnPopupItemClickListener { class
125 public ActionModeHandler( in ActionModeHandler() method in ActionModeHandler