Merge "Fixing regression in fast scroller animation." into ub-launcher3-burnaby

This commit is contained in:
Winson Chung
2015-06-13 01:14:33 +00:00
committed by Android (Google) Code Review
@@ -289,6 +289,13 @@ public class BaseRecyclerView extends RecyclerView
invalidateFastScroller(mFastScrollerBounds);
}
/**
* Returns the fast scroller alpha.
*/
public float getFastScrollerAlpha() {
return mFastScrollAlpha;
}
/**
* Maps the touch (from 0..1) to the adapter position that should be visible.
* <p>Override in each subclass of this base class.