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

  /packages/apps/Launcher3/src/com/android/launcher3/
BaseDraggingActivity.java 59 private ActionMode mCurrentActionMode;
104 mCurrentActionMode = mode;
110 mCurrentActionMode = null;
114 if (mCurrentActionMode != null && AUTO_CANCEL_ACTION_MODE == mCurrentActionMode.getTag()) {
115 mCurrentActionMode.finish();
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentFragment.java 65 private ActionMode mCurrentActionMode;
104 if (mCurrentActionMode != null) {
121 if (mCurrentActionMode != null) {
125 mCurrentActionMode = getActivity().startActionMode(
280 if (mCurrentActionMode != null) {
281 mCurrentActionMode.finish();
392 mCurrentActionMode = null;

Completed in 189 milliseconds