Searched defs:ViewDragHelper (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v4/java/android/support/v4/widget/
H A DViewDragHelper.java34 * ViewDragHelper is a utility class for writing custom ViewGroups. It offers a number
38 public class ViewDragHelper { class
39 private static final String TAG = "ViewDragHelper";
142 * A Callback is used as a communication channel with the ViewDragHelper back to the
144 * accessor methods are expected to provide the ViewDragHelper with more information
191 * one of these methods, the ViewDragHelper will enter {@link #STATE_SETTLING}
194 * the view will stop in place and the ViewDragHelper will return to
279 * <p>ViewDragHelper may call this method multiple times for the same view even if
340 * Factory method to create a new ViewDragHelper.
344 * @return a new ViewDragHelper instanc
373 private ViewDragHelper(Context context, ViewGroup forParent, Callback cb) { method in class:ViewDragHelper
[all...]

Completed in 965 milliseconds