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 net.kjmaster.cookiemom.editor.EditDataActivity.java

/**
 * Created by Dell_Owner on 2/14/14.
 */
@EActivity(R.layout.edit_data_layout)
public class EditDataActivity extends FragmentActivity implements ActionMode.Callback {

From source file com.lamcreations.scaffold.common.fragments.RecyclerViewFragment.java

public abstract class RecyclerViewFragment<Adapter extends BasicRecyclerViewAdapter> extends BaseFragment
        implements BasicRecyclerViewAdapter.ItemInteractionListener, ActionMode.Callback,
        SwipeRefreshLayout.OnRefreshListener {

    protected RecyclerView mRecyclerView;
    protected ActionMode mActionMode;

From source file ch.ethz.twimight.activities.DmListActivity.java

/**
 * Shows the overview of direct messages. A list view with an item for each user
 * with which we have exchanged direct messages.
 * 
 * @author thossmann
 * 

From source file net.kjmaster.cookiemom.booth.add.AddBoothActivity.java

/**
 * Created with IntelliJ IDEA.
 * User: KJ Stevo
 * Date: 10/28/13
 * Time: 1:26 AM
 */

From source file net.kjmaster.cookiemom.global.CookieActionActivity.java

/**
 * Created with IntelliJ IDEA.
 * User: KJ Stevo
 * Date: 11/24/13
 * Time: 7:59 PM
 */

From source file com.qiscus.sdk.ui.QiscusBaseChatActivity.java

/**
 * Created on : December 08, 2016
 * Author     : zetbaitsu
 * Name       : Zetra
 * GitHub     : https://github.com/zetbaitsu
 */

From source file uk.org.downiesoft.slideshow.SlidesFragment.java

/** 
 * Extension of {@link uk.org.downiesoft.slideshow.SlideBufferFragment} to manage slideshow UI
 */
public class SlidesFragment extends SlideBufferFragment implements ActionMode.Callback {

    public static final String TAG = SlidesFragment.class.getName();

From source file net.lp.actionbarpoirot.helpers.FragmentHelperHoneycomb.java

/**
 * An extension of {@link FragmentHelper} that provides Android 3.0-specific
 * functionality for Honeycomb tablets. It thus requires API level 11.
 */
@TargetApi(Build.VERSION_CODES.HONEYCOMB)
public class FragmentHelperHoneycomb extends FragmentHelper

From source file org.fdroid.enigtext.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.securesms.ConversationListFragment.java

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

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