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

  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/
ViewAutoScroller.java 104 final float outOfBoundsRatio = Math.min(
109 (int) (direction * MAX_SCROLL_STEP * smoothOutOfBoundsRatio(outOfBoundsRatio));
  /frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
ViewAutoScroller.java 181 final float outOfBoundsRatio = Math.min(
186 (int) (direction * MAX_SCROLL_STEP * smoothOutOfBoundsRatio(outOfBoundsRatio));
  /frameworks/base/core/java/com/android/internal/widget/helper/
ItemTouchHelper.java     [all...]
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
ItemTouchHelper.java     [all...]

Completed in 510 milliseconds