HomeSort by relevance Sort by last modified time
    Searched defs:EDGE_TYPE_INSIDE_EXTEND (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
AutoScrollHelper.java 47 * 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;
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)) {
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
AutoScrollHelper.java 48 * 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;
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)) {
    [all...]
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 

Completed in 135 milliseconds