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

  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/
RecyclerViewActivity.java 177 final int hangingBottom =
179 final int scrollBy = -Math.min(dy - scrolled, hangingBottom);
AnimatedRecyclerView.java 315 final int hangingBottom = Math.max(bottomView.getBottom() - parentHeight, 0);
316 final int scrollBy = -Math.min(dy - scrolled, hangingBottom);

Completed in 870 milliseconds