List of usage examples for android.view View.OnLongClickListener interface-usage
From source file com.rohan.app.velocity.VelocityViewPager.java
/**
* Layout manager that allows the user to flip left and right
* through pages of data. You supply an implementation of a
* {@link PagerAdapter} to generate the pages that the view shows.
*
* Based on the support library's ViewPager, this class includes
From source file com.velocity.view.pager.library.VelocityViewPager.java
/**
* Layout manager that allows the user to flip left and right
* through pages of data. You supply an implementation of a
* {@link PagerAdapter} to generate the pages that the view shows.
*
* Based on the support library's ViewPager, this class includes
From source file ydrall.flashcards.ui.VelocityViewPager.java
/**
* Layout manager that allows the user to flip left and right
* through pages of data. You supply an implementation of a
* {@link PagerAdapter} to generate the pages that the view shows.
*
* Based on the support library's ViewPager, this class includes
From source file au.com.glassechidna.velocityviewpager.VelocityViewPager.java
/**
* Layout manager that allows the user to flip left and right
* through pages of data. You supply an implementation of a
* {@link PagerAdapter} to generate the pages that the view shows.
*
* Based on the support library's ViewPager, this class includes
From source file com.landenlabs.all_devtool.PackageFragment.java
/** * Display "Package" installed information. * * @author Dennis Lang */ public class PackageFragment extends DevFragment implements View.OnClickListener, View.OnLongClickListener,
From source file test.tdp.ginandgo.util.VelocityViewPager.java
/**
* Layout manager that allows the user to flip left and right
* through pages of data. You supply an implementation of a
* {@link android.support.v4.view.PagerAdapter} to generate the pages that the view shows.
*
* Based on the support library's ViewPager, this class includes
From source file com.aliyun.homeshell.Folder.java
/** * Represents a set of icons chosen by the user or generated by the system. */ public class Folder extends LinearLayout implements DragSource, View.OnClickListener, View.OnLongClickListener, DropTarget, FolderListener, TextView.OnEditorActionListener, DragScroller, View.OnFocusChangeListener { private static final String TAG = "Launcher.Folder";
From source file org.kontalk.ui.AbstractComposeFragment.java
/** * Abstract message composing fragment. * @author Daniele Ricci * @author Andrea Cappelli */ public abstract class AbstractComposeFragment extends ActionModeListFragment
From source file org.kontalk.ui.ComposeMessageFragment.java
/** * The composer fragment. * @author Daniele Ricci * @author Andrea Cappelli */ public class ComposeMessageFragment extends ActionModeListFragment