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 org.alfresco.mobile.android.application.fragments.fileexplorer.FileActions.java

/**
 * Manage all local file actions like a sdcard file manager.
 * 
 * @author Jean Marie Pascal
 */
public class FileActions implements ActionMode.Callback {

From source file com.bitants.wally.fragments.SavedImagesFragment.java

/**
 * SavedImagesFragment is responsible to show the user all the wallpapers that has been saved.
 *
 * Created by Musenkishi on 2014-05-11.
 */
public class SavedImagesFragment extends GridFragment implements Handler.Callback, ActionMode.Callback {

From source file it.geosolutions.android.map.fragment.sources.SourcesFragment.java

/**
 * This fragment shows a list of Sources from the local storage.
 * Allow to edit and add new Sources. Implements CAB for long press 
 * and item selection allow source delete.
 * 
 * 

From source file systems.obscure.client.ContactsListFragment.java

public class ContactsListFragment extends ListFragment implements ActionMode.Callback {

    private ConversationSelectedListener listener;
    private MasterSecret masterSecret;
    private ActionMode actionMode;
    //  private ReminderView                 reminderView;

From source file com.musenkishi.wally.fragments.SavedImagesFragment.java

/**
 * SavedImagesFragment is responsible to show the user all the wallpapers that has been saved.
 *
 * Created by Musenkishi on 2014-05-11.
 */
public class SavedImagesFragment extends GridFragment implements Handler.Callback, ActionMode.Callback {

From source file net.kourlas.voipms_sms.activities.ConversationsActivity.java

public class ConversationsActivity extends AppCompatActivity
        implements ActionMode.Callback, View.OnClickListener, View.OnLongClickListener {
    private final ConversationsActivity conversationsActivity = this;

    private Gcm gcm;
    private Billing billing;

From source file net.naonedbus.fragment.impl.GroupesFragment.java

public class GroupesFragment extends CustomCursorFragment
        implements ActionMode.Callback, OnItemClickListener, OnItemLongClickListener {

    private final GroupeManager mGroupeManager;

    private ActionMode mActionMode;

From source file systems.obscure.client.SendListFragment.java

public class SendListFragment extends ListFragment implements ActionMode.Callback {

    private SenderSelectedListener listener;
    private MasterSecret masterSecret;
    private ActionMode actionMode;
    //  private ReminderView                 reminderView;

From source file com.securecomcode.text.ConversationListFragment.java

public class ConversationListFragment extends SherlockListFragment
        implements LoaderManager.LoaderCallbacks<Cursor>, ActionMode.Callback {

    private ConversationSelectedListener listener;
    private MasterSecret masterSecret;
    private ActionMode actionMode;

From source file org.thoughtcrime.SMP.ConversationListFragment.java

public class ConversationListFragment extends Fragment
        implements LoaderManager.LoaderCallbacks<Cursor>, ActionMode.Callback, ItemClickListener {
    private MasterSecret masterSecret;
    private ActionMode actionMode;
    private RecyclerView list;
    private ReminderView reminderView;