Example usage for android.widget AdapterView.OnItemLongClickListener interface-usage

List of usage examples for android.widget AdapterView.OnItemLongClickListener interface-usage

Introduction

In this page you can find the example usage for android.widget AdapterView.OnItemLongClickListener interface-usage.

Usage

From source file com.repay.android.frienddetails.DebtHistoryFragment.java

/**
 * Property of Matt Allen
 * mattallen092@gmail.com
 * http://mattallensoftware.co.uk/
 *
 * This software is distributed under the Apache v2.0 license and use

From source file com.plnyyanks.frcnotebook.activities.PredefinedNoteManager.java

/**
 * File created by phil on 3/1/14.
 * Copyright 2014, Phil Lopreiato
 * This file is part of FRC Notebook.
 * FRC Notebook is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
 * FRC Notebook is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

From source file br.com.anteros.vendas.gui.ClienteConsultaDialog.java

/**
 * Dialog para consulta de clientes.
 *
 * @author Eduardo Greco (eduardogreco93@gmail.com)
 *         Eduardo Albertini (albertinieduardo@hotmail.com)
 *         Edson Martins (edsonmartins2005@gmail.com)

From source file com.github.capone.controller.discovery.DiscoveryListFragment.java

public class DiscoveryListFragment extends Fragment
        implements AdapterView.OnItemClickListener, AdapterView.OnItemLongClickListener {

    private static String EXTRA_SERVERS = "servers";

    private DiscoveryTask serviceLoader;

From source file org.mariotaku.twidere.fragment.support.SavedSearchesListFragment.java

public class SavedSearchesListFragment extends AbsContentListViewFragment<SavedSearchesAdapter>
        implements LoaderCallbacks<ResponseList<SavedSearch>>, AdapterView.OnItemClickListener,
        AdapterView.OnItemLongClickListener {

    private static final Comparator<SavedSearch> POSITION_COMPARATOR = new Comparator<SavedSearch>() {

From source file com.github.capone.controller.favorites.FavoritesFragment.java

public class FavoritesFragment extends Fragment
        implements AdapterView.OnItemClickListener, AdapterView.OnItemLongClickListener, View.OnClickListener {

    private FavoritesAdapter adapter;
    private DirectedDiscoveryTask discovery;

From source file org.jared.synodroid.ds.adapter.FileDetailAdapter.java

/**
 * An adaptor for task's files. This adaptor aims to create a view for each detail in the listView
 * 
 * @author eric.taix at gmail.com
 */
public class FileDetailAdapter extends BaseAdapter

From source file ru.tinkoff.acquiring.sdk.CardListFragment.java

/**
 * @author a.shishkin1
 */
public class CardListFragment extends Fragment
        implements AdapterView.OnItemClickListener, AdapterView.OnItemLongClickListener, ICardInterest {

From source file org.mythdroid.fragments.RecListFragment.java

/**
 * Displays a list of recordings
 */
public class RecListFragment extends ListFragment implements AdapterView.OnItemLongClickListener {

    private Recordings activity = null;

From source file org.opensilk.music.plugin.common.FolderPickerFragment.java

/**
 * Created by drew on 4/29/15.
 */
public class FolderPickerFragment extends ListFragment
        implements AdapterView.OnItemClickListener, AdapterView.OnItemLongClickListener {