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

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

Completed in 196 milliseconds