Searched refs:EDGE_TYPE_INSIDE_EXTEND (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v4/java/android/support/v4/widget/
H A DAutoScrollHelper.java48 * type, {@link #EDGE_TYPE_INSIDE_EXTEND}, moving outside of the view bounds
57 * {@link #EDGE_TYPE_INSIDE_EXTEND}.
123 public static final int EDGE_TYPE_INSIDE_EXTEND = 1; field in class:AutoScrollHelper
188 private static final int DEFAULT_EDGE_TYPE = EDGE_TYPE_INSIDE_EXTEND;
344 * <li>{@link #EDGE_TYPE_INSIDE_EXTEND} for inside edges that continued to
630 case EDGE_TYPE_INSIDE_EXTEND:
635 } else if (mAnimating && (mEdgeType == EDGE_TYPE_INSIDE_EXTEND)) {
/frameworks/base/core/java/com/android/internal/widget/
H A DAutoScrollHelper.java47 * type, {@link #EDGE_TYPE_INSIDE_EXTEND}, moving outside of the view bounds
56 * {@link #EDGE_TYPE_INSIDE_EXTEND}.
122 public static final int EDGE_TYPE_INSIDE_EXTEND = 1; field in class:AutoScrollHelper
187 private static final int DEFAULT_EDGE_TYPE = EDGE_TYPE_INSIDE_EXTEND;
343 * <li>{@link #EDGE_TYPE_INSIDE_EXTEND} for inside edges that continued to
629 case EDGE_TYPE_INSIDE_EXTEND:
634 } else if (mAnimating && (mEdgeType == EDGE_TYPE_INSIDE_EXTEND)) {

Completed in 80 milliseconds