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 name.marinchenko.lorryvision.activities.main.MainActivity.java

    public class MainActivity extends ToolbarAppCompatActivity
            implements NavigationView.OnNavigationItemSelectedListener, AdapterView.OnItemClickListener,
            AdapterView.OnItemLongClickListener {

        private NetlistAdapter netlistAdapter;
        private boolean lorriesDetected = false;

From source file org.kiwix.kiwixmobile.zim_manager.fileselect_view.ZimFileSelectFragment.java

public class ZimFileSelectFragment extends Fragment
        implements OnItemClickListener, AdapterView.OnItemLongClickListener, ZimFileSelectViewCallback {

    public static final String TAG_KIWIX = "kiwix";
    public static ZimManageActivity context;
    public RelativeLayout llLayout;

From source file br.liveo.ndrawer.ui.fragment.FragmentNotificationsfacebook.java

public class FragmentNotificationsfacebook extends Fragment implements GraphRequest.Callback, View.OnClickListener,
        AdapterView.OnItemClickListener, AdapterView.OnItemLongClickListener {
    private boolean mSearchCheck;
    private static final String TEXT_FRAGMENT = "TEXT_FRAGMENT";
    TextView tv_notification;
    CallbackManager callbackManager;

From source file de.spiritcroc.ownlog.ui.fragment.LogFragment.java

public class LogFragment extends BaseFragment implements PasswdHelper.RequestDbListener,
        AdapterView.OnItemClickListener, AdapterView.OnItemLongClickListener, LogFilterProvider {

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

    private static final String KEY_LIST_POSITION = LogFragment.class.getName() + ".listPosition";

From source file org.amahi.anywhere.fragment.ServerFilesFragment.java

/**
 * Files fragment. Shows files list.
 */
public class ServerFilesFragment extends Fragment implements SwipeRefreshLayout.OnRefreshListener,
        AdapterView.OnItemClickListener, AdapterView.OnItemLongClickListener, ActionMode.Callback,
        SearchView.OnQueryTextListener, FilesFilterBaseAdapter.onFilterListChange {

From source file com.visva.voicerecorder.view.fragments.FragmentContact.java

/**
 * This fragment displays a list of contacts stored in the Contacts Provider. Each item in the list
 * shows the contact's thumbnail photo and display name. On devices with large screens, this
 * fragment's UI appears as part of a two-pane layout, along with the UI of
 * {@link FragmentContactDetail}. On smaller screens, this fragment's UI appears as a single pane.
 *

From source file org.catnut.fragment.TweetFragment.java

/**
 * ??
 *
 * @author longkai
 */
public class TweetFragment extends Fragment implements TextWatcher, OnFragmentBackPressedListener,

From source file com.brandroidtools.filemanager.fragments.NavigationFragment.java

public class NavigationFragment extends Fragment
        implements AdapterView.OnItemClickListener, AdapterView.OnItemLongClickListener, OnSelectionChangedListener,
        OnSelectionListener, OnRequestRefreshListener {

    private static final String TAG = "NavigationFragment"; //$NON-NLS-1$

From source file edu.stanford.mobisocial.dungbeetle.NearbyActivity.java

/**
 * Shows groups and users that have been found nearby.
 */
public class NearbyActivity extends ListActivity
        implements AdapterView.OnItemLongClickListener, InstrumentedActivity {
    private static final String TAG = "Nearby";

From source file com.mishiranu.dashchan.ui.navigator.DrawerForm.java

public class DrawerForm extends BaseAdapter
        implements EdgeEffectHandler.Shift, SortableListView.OnFinishedListener, AdapterView.OnItemClickListener,
        AdapterView.OnItemLongClickListener, DrawerLayout.DrawerListener, EditText.OnEditorActionListener,
        View.OnClickListener, View.OnTouchListener, WatcherService.Client.Callback {
    private final Context context;
    private final Context unstyledContext;