Example usage for android.view ActionMode.Callback interface-usage

List of usage examples for android.view ActionMode.Callback interface-usage

Introduction

In this page you can find the example usage for android.view ActionMode.Callback interface-usage.

Usage

From source file com.geecko.QuickLyric.utils.CustomSelectionCallback.java

/**
 * This file is part of QuickLyric
 * Copyright  2017 QuickLyric SPRL
 *
 * QuickLyric is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by

From source file com.manuelpeinado.multichoiceadapter.MultiChoiceSimpleCursorAdapter.java

/**
 */
public abstract class MultiChoiceSimpleCursorAdapter extends SimpleCursorAdapter implements ActionMode.Callback {

    private MultiChoiceAdapterHelper helper = new MultiChoiceAdapterHelper(this) {
        @Override

From source file com.manuelpeinado.multichoiceadapter.CopyOfMultiChoiceCursorAdapter.java

/**
 */
public abstract class CopyOfMultiChoiceCursorAdapter extends SimpleCursorAdapter
        implements ActionMode.Callback, MultiChoiceAdapter {

    private MultiChoiceAdapterHelper helper = new MultiChoiceAdapterHelper(this) {

From source file com.justplay1.shoppist.shared.base.activities.BaseListActivity.java

/**
 * Created by Mkhytar Mkhoian.
 */
public abstract class BaseListActivity extends BaseActivity
        implements ActionModeInteractionListener, ActionMode.Callback {

From source file com.manuelpeinado.multichoiceadapter.extras.actionbarcompat.MultiChoiceSimpleCursorAdapter.java

/**
 */
public abstract class MultiChoiceSimpleCursorAdapter extends SimpleCursorAdapter
        implements ActionMode.Callback, MultiChoiceAdapter {

    private MultiChoiceAdapterHelper helper = new MultiChoiceAdapterHelper(this) {

From source file com.manuelpeinado.multichoiceadapter.extras.actionbarsherlock.MultiChoiceSimpleCursorAdapter.java

/**
 */
public abstract class MultiChoiceSimpleCursorAdapter extends SimpleCursorAdapter
        implements ActionMode.Callback, MultiChoiceAdapter {

    private MultiChoiceAdapterHelper helper = new MultiChoiceAdapterHelper(this) {

From source file com.github.rubensousa.navigationviewmanager.sample.DummyFragment.java

public class DummyFragment extends Fragment
        implements NavigationManager.ActionModeListener, View.OnClickListener, ActionMode.Callback {

    public static final String TITLE = "title";

    private String mTitle;

From source file org.alfresco.mobile.android.application.fragments.actions.AbstractActions.java

public abstract class AbstractActions<T> implements ActionMode.Callback {
    protected onFinishModeListener mListener;

    protected ActionMode mode;

    protected WeakReference<FragmentActivity> activityRef = null;

From source file com.jtxdriggers.android.ventriloid.Manage.java

public class Manage extends ListActivity implements ActionMode.Callback {

    public static final int REQUEST_CODE_MANAGE = 1;

    private ServerAdapter db;

From source file org.alfresco.mobile.android.application.extension.samsung.pen.SNoteEditorActionMode.java

public class SNoteEditorActionMode implements ActionMode.Callback {
    protected ActionMode mode;

    protected onFinishModeListerner mListener;

    private ArrayList<SpenObjectBase> selectedSpenObjects = new ArrayList<SpenObjectBase>();