HomeSort by relevance Sort by last modified time
    Searched refs:mActionModeHandler (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumPage.java 98 private ActionModeHandler mActionModeHandler;
427 mActionModeHandler.resume();
444 mActionModeHandler.pause();
465 mActionModeHandler.destroy();
498 mActionModeHandler = new ActionModeHandler(mActivity, mSelectionManager);
499 mActionModeHandler.setActionModeListener(new ActionModeListener() {
659 mActionModeHandler.startActionMode();
664 mActionModeHandler.finishActionMode();
669 mActionModeHandler.updateSupportedOperation();
681 mActionModeHandler.setTitle(String.format(format, count))
    [all...]
AlbumSetPage.java 101 private ActionModeHandler mActionModeHandler;
353 mActionModeHandler.destroy();
440 mActionModeHandler.pause();
466 mActionModeHandler.resume();
518 mActionModeHandler = new ActionModeHandler(mActivity, mSelectionManager);
519 mActionModeHandler.setActionModeListener(new ActionModeListener() {
653 mActionModeHandler.startActionMode();
658 mActionModeHandler.finishActionMode();
666 mActionModeHandler.updateSupportedOperation();
675 mActionModeHandler.setTitle(getSelectedString())
    [all...]

Completed in 35 milliseconds