Searched refs:ActionModeHandler (Results 1 – 3 of 3) sorted by relevance
43 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()
44 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()
52 public class ActionModeHandler implements ActionMode.Callback { class73 public ActionModeHandler( in ActionModeHandler() method in ActionModeHandler