AndroidRecyclerViewLinearSmoothScrollerBUG-即使指定了要滚动到其他位置,它也会滚动到末尾
创始人
2024-10-09 17:32:27
0

在使用 LinearSmoothScroller 滚动 RecyclerView 时,出现这种问题是因为在其 computeScrollVectorForPosition() 方法中返回的向量不正确。所以我们需要重写该方法,以正确指示滚动方向。

下面是一个示例代码,可以在你的 RecyclerView.SmoothScroller 中调用,并返回正确的滚动向量:

public class CustomLinearSmoothScroller extends LinearSmoothScroller {  
    public CustomLinearSmoothScroller(Context context) {  
        super(context);  
    }  
  
    @Override  
    public PointF computeScrollVectorForPosition(int targetPosition) {  
        final int firstChildPos = getFirstChildPosition();  
  
        int direction = targetPosition < firstChildPos ? -1 : 1;  
        return new PointF(0, direction);  
    }  
  
    private int getFirstChildPosition(){  
        RecyclerView.LayoutManager layoutManager = getLayoutManager();  
  
        if (layoutManager == null || layoutManager.getChildCount() == 0) {  
            return RecyclerView.NO_POSITION;  
        }  
  
        View child = layoutManager.getChildAt(0);  
        return layoutManager.getPosition(child);  
    }  
}  

在你的 RecyclerView 中调用如下:

CustomLinearSmoothScroller scroller = new CustomLinearSmoothScroller(context);
scroller.setTargetPosition(targetPosition);
layoutManager.startSmoothScroll(scroller);

相关内容

热门资讯

一起来讨论!哈糖大菠萝万能挂,... 一起来讨论!哈糖大菠萝万能挂,聚星ai辅助工具收费多少,揭秘教程(有挂技巧)1、不需要AI权限,帮助...
让我来分享经验!wepoker... 让我来分享经验!wepoker游戏安装教程,wpk辅助插件,必赢教程(有挂神器);大神普及一款德州a...
免费测试版!xpoker辅助怎... 您好,wepoker钻石怎么看底牌这款游戏可以开挂的,确实是有挂的,需要了解加微【136704302...
新手必备!pokemmo辅助脚... 新手必备!pokemmo辅助脚本,We poker辅助器下载,2025新版教程(有挂辅助),支持语音...
实测揭晓!wepoker插件辅... 实测揭晓!wepoker插件辅助,pokerworld辅助器,揭秘教程(有挂辅助);1分钟了解详细教...
查到实测!pokerworld... 查到实测!pokerworld软件,hh poker辅助有用吗,辅助教程(有挂技巧)1、很好的工具软...
玩家必看科普!wepoker破... 1、玩家必看科普!wepoker破解版内购,hhpoker到底可以作弊吗,揭秘攻略(有挂教程);详细...
玩家必备科技!wepoker钻... 玩家必备科技!wepoker钻石怎么看底牌,hhpoker开挂教程,玩家教程(有挂方法),支持语音通...
最新技巧!智星德州插件怎么下载... 1、最新技巧!智星德州插件怎么下载,大菠萝手游辅助,攻略教程(有挂透视)2、进入游戏-大厅左侧-新手...
科技通报!pokemmo脚本辅... 您好,pokemmo脚本辅助器下载这款游戏可以开挂的,确实是有挂的,需要了解加微【136704302...