Searched refs:AutoScrollHelper (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v4/java/android/support/v4/widget/
H A DAutoScrollHelper.java32 * AutoScrollHelper is a utility class for adding automatic edge-triggered
84 public abstract class AutoScrollHelper implements View.OnTouchListener { class in inherits:View.OnTouchListener
209 public AutoScrollHelper(View target) { method in class:AutoScrollHelper
234 public AutoScrollHelper setEnabled(boolean enabled) {
262 public AutoScrollHelper setExclusive(boolean exclusive) {
293 public AutoScrollHelper setMaximumVelocity(float horizontalMax, float verticalMax) {
311 public AutoScrollHelper setMinimumVelocity(float horizontalMin, float verticalMin) {
332 public AutoScrollHelper setRelativeVelocity(float horizontal, float vertical) {
353 public AutoScrollHelper setEdgeType(int type) {
372 public AutoScrollHelper setRelativeEdge
[all...]
H A DListViewAutoScrollHelper.java23 * An implementation of {@link AutoScrollHelper} that knows how to scroll
26 public class ListViewAutoScrollHelper extends AutoScrollHelper {
/frameworks/base/core/java/com/android/internal/widget/
H A DAutoScrollHelper.java31 * AutoScrollHelper is a utility class for adding automatic edge-triggered
83 public abstract class AutoScrollHelper implements View.OnTouchListener { class in inherits:View.OnTouchListener
208 public AutoScrollHelper(View target) { method in class:AutoScrollHelper
233 public AutoScrollHelper setEnabled(boolean enabled) {
261 public AutoScrollHelper setExclusive(boolean exclusive) {
292 public AutoScrollHelper setMaximumVelocity(float horizontalMax, float verticalMax) {
310 public AutoScrollHelper setMinimumVelocity(float horizontalMin, float verticalMin) {
331 public AutoScrollHelper setRelativeVelocity(float horizontal, float vertical) {
352 public AutoScrollHelper setEdgeType(int type) {
371 public AutoScrollHelper setRelativeEdge
[all...]
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java45 import com.android.internal.widget.AutoScrollHelper.AbsListViewAutoScroller;

Completed in 146 milliseconds