Example usage for android.view View.OnLongClickListener interface-usage

List of usage examples for android.view View.OnLongClickListener interface-usage

Introduction

In this page you can find the example usage for android.view View.OnLongClickListener interface-usage.

Usage

From source file com.hartcode.hartweather.list.WeatherItemViewHolder.java

/**
 *
 */
public class WeatherItemViewHolder extends RecyclerView.ViewHolder
        implements View.OnClickListener, View.OnLongClickListener, DialogInterface.OnClickListener {
    private final View view;

From source file com.qiscus.sdk.ui.adapter.viewholder.QiscusBaseMessageViewHolder.java

/**
 * Created on : August 18, 2016
 * Author     : zetbaitsu
 * Name       : Zetra
 * Email      : zetra@mail.ugm.ac.id
 * GitHub     : https://github.com/zetbaitsu

From source file com.waz.zclient.pages.main.conversation.views.row.message.views.TextMessageLinkTextView.java

public class TextMessageLinkTextView extends LinkTextView implements AccentColorObserver, View.OnLongClickListener {

    private boolean onLongClicked;
    private Callback callback;

    private MessageViewsContainer messageViewContainer;

From source file com.italankin.dictionary.ui.translation.TranslationActivity.java

/**
 * Activity is displaying single translation item in the more detailed form.
 */
public class TranslationActivity extends AppCompatActivity
        implements View.OnClickListener, View.OnLongClickListener {

From source file org.mariotaku.twidere.view.holder.GroupViewHolder.java

/**
 * Created by mariotaku on 15/4/29.
 */
public class GroupViewHolder extends ViewHolder implements View.OnClickListener, View.OnLongClickListener {

    private final IGroupsAdapter<?> adapter;

From source file net.gsantner.opoc.ui.FilesystemDialogAdapter.java

@SuppressWarnings({ "WeakerAccess", "unused" })
public class FilesystemDialogAdapter
        extends RecyclerView.Adapter<FilesystemDialogAdapter.UiFilesystemDialogViewHolder>
        implements Filterable, View.OnClickListener, View.OnLongClickListener {
    //########################
    //## Static

From source file com.KittleApps.app.TransCalc.EventListener.java

public class EventListener implements View.OnKeyListener, View.OnClickListener, View.OnLongClickListener {
    Context mContext;
    Logic mHandler;
    ViewPager mPager;
    ViewPager mSmallPager;
    ViewPager mLargePager;

From source file eu.davidea.viewholders.FlexibleViewHolder.java

/**
 * Helper Class that implements:
 * <br/>- Single tap
 * <br/>- Long tap
 * <br/>- Touch for Drag and Swipe.
 * <p>You must extend and implement this class for the own ViewHolder.</p>

From source file android.support.v7ox.view.menu.ActionMenuItemView.java

/**
 * @hide
 */
public class ActionMenuItemView extends AppCompatTextView implements MenuView.ItemView, View.OnClickListener,
        View.OnLongClickListener, ActionMenuView.ActionMenuChildView {

From source file com.android.calculator2.EventListener.java

public class EventListener implements View.OnKeyListener, View.OnClickListener, View.OnLongClickListener {
    Context mContext;
    Logic mHandler;
    ViewPager mPager;
    ViewPager mSmallPager;
    ViewPager mLargePager;