List of usage examples for android.view View.OnLongClickListener interface-usage
From source file net.tjado.passwdsafe.FileListFragment.java
/** * The FileListFragment allows the user to choose which file to open */ public final class FileListFragment extends ListFragment implements LoaderCallbacks<List<Map<String, Object>>>, View.OnClickListener, View.OnLongClickListener { /** Listener interface for the owning activity */
From source file com.jefftharris.passwdsafe.FileListFragment.java
/** * The FileListFragment allows the user to choose which file to open */ public final class FileListFragment extends ListFragment implements LoaderCallbacks<List<Map<String, Object>>>, View.OnClickListener, View.OnLongClickListener { /** Listener interface for the owning activity */
From source file com.rukiasoft.androidapps.cocinaconroll.ui.RecipeListRecyclerViewAdapter.java
public class RecipeListRecyclerViewAdapter extends RecyclerView.Adapter<RecipeListRecyclerViewAdapter.RecipeViewHolder> implements View.OnClickListener, View.OnLongClickListener { private final List<RecipeItem> mItems; private OnCardClickListener onCardClickListener;
From source file net.kourlas.voipms_sms.activities.ConversationsActivity.java
public class ConversationsActivity extends AppCompatActivity implements ActionMode.Callback, View.OnClickListener, View.OnLongClickListener { private final ConversationsActivity conversationsActivity = this; private Gcm gcm; private Billing billing;
From source file com.z299studio.pb.EditFragment.java
public class EditFragment extends Fragment implements View.OnClickListener, AdapterView.OnItemSelectedListener, TextWatcher, View.OnLongClickListener, Toolbar.OnMenuItemClickListener, PbScrollView.PbScrollListener { private static final int[] INPUT_TYPES = { InputType.TYPE_CLASS_TEXT, InputType.TYPE_CLASS_TEXT, InputType.TYPE_TEXT_VARIATION_VISIBLE_PASSWORD, InputType.TYPE_TEXT_VARIATION_URI, InputType.TYPE_TEXT_VARIATION_EMAIL_ADDRESS,
From source file fr.kwiatkowski.apktrack.ui.AppViewHolder.java
public class AppViewHolder extends RecyclerView.ViewHolder implements View.OnClickListener, View.OnLongClickListener { // -------------------------------------------------------------------------------------------- /** * Keep a copy of the package name so the app can be identified in case
From source file xyz.yhsj.helper.ViewHolderHelper.java
/** * : :bingoogolapple@gmail.com * :15/5/26 17:06 * ??:AdapterViewRecyclerViewitem?? */ public class ViewHolderHelper
From source file me.lizheng.deckview.views.DeckChildView.java
public class DeckChildView<T> extends FrameLayout implements View.OnClickListener, View.OnLongClickListener { /** * The TaskView callbacks */ interface DeckChildViewCallbacks<T> {
From source file org.fedorahosted.freeotp.main.Activity.java
public class Activity extends AppCompatActivity implements SelectableAdapter.EventListener, View.OnClickListener, View.OnLongClickListener { private List<WeakReference<ViewHolder>> mViewHolders = new LinkedList<>(); private int mLongClickCount = 0; private FloatingActionButton mFloatingActionButton;
From source file com.camnter.easygank.views.PictureActivity.java
/** * DescriptionPictureActivity * Created byCaMnter * Time2016-01-11 19:25 */ public class PictureActivity extends BaseToolbarActivity implements PictureView, View.OnLongClickListener {