HomeSort by relevance Sort by last modified time
    Searched defs:EDGE_TYPE_INSIDE_EXTEND (Results 1 - 11 of 11) 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/compat/src/main/java/androidx/core/widget/
AutoScrollHelper.java 49 * type, {@link #EDGE_TYPE_INSIDE_EXTEND}, moving outside of the view bounds
58 * {@link #EDGE_TYPE_INSIDE_EXTEND}.
124 public static final int EDGE_TYPE_INSIDE_EXTEND = 1;
189 private static final int DEFAULT_EDGE_TYPE = EDGE_TYPE_INSIDE_EXTEND;
348 * <li>{@link #EDGE_TYPE_INSIDE_EXTEND} for inside edges that continued to
640 case EDGE_TYPE_INSIDE_EXTEND:
645 } else if (mAnimating && (mEdgeType == EDGE_TYPE_INSIDE_EXTEND)) {
    [all...]
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.1/
support-v4-19.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.1.0/
support-v4-19.1.0.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 

Completed in 5170 milliseconds