Searched refs:mActionModeHandler (Results 1 – 2 of 2) sorted by relevance
98 private ActionModeHandler mActionModeHandler; field in AlbumPage427 mActionModeHandler.resume(); in onResume()444 mActionModeHandler.pause(); in onPause()465 mActionModeHandler.destroy(); in onDestroy()498 mActionModeHandler = new ActionModeHandler(mActivity, mSelectionManager); in initializeViews()499 mActionModeHandler.setActionModeListener(new ActionModeListener() { in initializeViews()659 mActionModeHandler.startActionMode(); in onSelectionModeChange()664 mActionModeHandler.finishActionMode(); in onSelectionModeChange()669 mActionModeHandler.updateSupportedOperation(); in onSelectionModeChange()681 mActionModeHandler.setTitle(String.format(format, count)); in onSelectionChange()[all …]
101 private ActionModeHandler mActionModeHandler; field in AlbumSetPage353 mActionModeHandler.destroy(); in onDestroy()440 mActionModeHandler.pause(); in onPause()466 mActionModeHandler.resume(); in onResume()518 mActionModeHandler = new ActionModeHandler(mActivity, mSelectionManager); in initializeViews()519 mActionModeHandler.setActionModeListener(new ActionModeListener() { in initializeViews()653 mActionModeHandler.startActionMode(); in onSelectionModeChange()658 mActionModeHandler.finishActionMode(); in onSelectionModeChange()666 mActionModeHandler.updateSupportedOperation(); in onSelectionModeChange()675 mActionModeHandler.setTitle(getSelectedString()); in onSelectionChange()[all …]