Searched defs:mActionModeHandler (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAlbumPage.java98 private ActionModeHandler mActionModeHandler; field in class:AlbumPage
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
[all...]
H A DAlbumSetPage.java101 private ActionModeHandler mActionModeHandler; field in class:AlbumSetPage
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
[all...]

Completed in 32 milliseconds