HomeSort by relevance Sort by last modified time
    Searched refs:MAX_SCROLL_STEP (Results 1 - 2 of 2) sorted by null

  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/
ViewAutoScroller.java 32 public static final int MAX_SCROLL_STEP = 70;
109 (int) (direction * MAX_SCROLL_STEP * smoothOutOfBoundsRatio(outOfBoundsRatio));
  /frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
ViewAutoScroller.java 44 private static final int MAX_SCROLL_STEP = 70;
186 (int) (direction * MAX_SCROLL_STEP * smoothOutOfBoundsRatio(outOfBoundsRatio));

Completed in 98 milliseconds