Searched refs:ActionModeHandler (Results 1 – 3 of 3) sorted by relevance
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); in initializeViews()
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); in initializeViews()
51 public class ActionModeHandler implements Callback, PopupList.OnPopupItemClickListener { class125 public ActionModeHandler( in ActionModeHandler() method in ActionModeHandler