shenbengit / PagerGridLayoutManager

基于RecyclerView实现网格分页LayoutManager——PagerGridLayoutManager
MIT License
249 stars 26 forks source link

滚动过程中的positionOffset如何获取 #29

Open jin123d opened 2 weeks ago

jin123d commented 2 weeks ago

看到你在另外一个issue中回复 滚动中不回调onPagerIndexSelected。 那么如何获取滚动中的positionOffset呢,类似viewPager/ViewPager2中的都滚动监听。

void onPageScrolled(int position, float positionOffset, @Px int positionOffsetPixels);
jin123d commented 2 weeks ago

可以先使用 recyclerView.computeHorizontalScrollOffset()来计算一下。