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

  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
LinearSmoothScroller.java 76 private static final float TARGET_SEEK_EXTRA_SCROLL_RATIO = 1.2f;
246 action.update((int) (mInterimTargetDx * TARGET_SEEK_EXTRA_SCROLL_RATIO)
247 , (int) (mInterimTargetDy * TARGET_SEEK_EXTRA_SCROLL_RATIO)
248 , (int) (time * TARGET_SEEK_EXTRA_SCROLL_RATIO), mLinearInterpolator);
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 29 milliseconds