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

  /frameworks/support/v7/recyclerview/src/android/support/v7/util/
AsyncListUtil.java 192 mScrollHint = ViewCallback.HINT_SCROLL_ASC;
424 (scrollHint == ViewCallback.HINT_SCROLL_ASC))) {
534 public static final int HINT_SCROLL_ASC = 2;
562 * is {@link #HINT_SCROLL_ASC}, then <code>outRange</code> will be <code>{50, 300}</code>.
576 outRange[1] = range[1] + (scrollHint == HINT_SCROLL_ASC ? fullRange : halfRange);
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 43 milliseconds