Adds FlingRunnable to dark-greylist
To stop a scroll early, developers should instead use AbsListView#smoothScrollBy(0,0) To start a specific fling, developers should instead use AbsListView#fling(int) For any further customization, developers should migrate to using and customizing RecyclerView Bug: b/123769448 Bug: b/123769453 Bug: b/123769380 Test: n/a Change-Id: I08a773c3fa70270ddc9f4e36dcbc64c64f7336de
Loading
Please register or sign in to comment