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.dvbviewer.controller.ui.fragments.RecordingList.java

/**
 * The Class RecordingList.
 *
 * @author RayBa
 * @date 07.04.2013
 */

From source file email.schaal.ocreader.ListActivity.java

public class ListActivity extends RealmActivity
        implements ItemViewHolder.OnClickListener, SwipeRefreshLayout.OnRefreshListener,
        ItemsAdapter.OnLoadMoreListener, OnCheckedChangeListener, ActionMode.Callback {
    private static final String TAG = ListActivity.class.getName();

    private static final int REFRESH_DRAWER_ITEM_ID = 999;

From source file org.smssecure.smssecure.ConversationListFragment.java

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

    private static final String TAG = ConversationListFragment.class.getSimpleName();

    public static final String ARCHIVE = "archive";

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

public class FavorisFragment extends CustomListFragment
        implements OnItemLongClickListener, NaoLocationListener, ActionMode.Callback {

    private static final String LOG_TAG = "FavorisFragment";
    private static final boolean DBG = BuildConfig.DEBUG;

From source file com.mishiranu.dashchan.ui.navigator.page.PostsPage.java

public class PostsPage extends ListPage<PostsAdapter> implements FavoritesStorage.Observer, UiManager.Observer,
        ImageLoader.Observer, DeserializePostsTask.Callback, ReadPostsTask.Callback, ActionMode.Callback {
    private DeserializePostsTask deserializeTask;
    private ReadPostsTask readTask;

    private Replyable replyable;

From source file de.vanita5.twittnuker.fragment.support.StatusFragment.java

public class StatusFragment extends ParcelableStatusesListFragment implements OnClickListener, Panes.Right,
        OnMediaClickListener, OnSharedPreferenceChangeListener, ActionMode.Callback {

    private static final int LOADER_ID_STATUS = 1;
    private static final int LOADER_ID_FOLLOW = 2;
    private static final int LOADER_ID_LOCATION = 3;