GalleryLayoutManager
GalleryLayoutManager copied to clipboard
滑动太快出现IndexOutOfBoundsException
android.support.v7.widget.RecyclerView$Recycler.tryGetViewHolderForPositionByDeadline(Unknown Source:614)
2 android.support.v7.widget.RecyclerView$Recycler.getViewForPosition(Unknown Source:5) 3 android.support.v7.widget.RecyclerView$Recycler.getViewForPosition(Unknown Source:1) 4 github.hellocsl.layoutmanager.gallery.GalleryLayoutManager.d(Unknown Source:161) 5 github.hellocsl.layoutmanager.gallery.GalleryLayoutManager.b(Unknown Source:11) 6 github.hellocsl.layoutmanager.gallery.GalleryLayoutManager.scrollHorizontallyBy(Unknown Source:142) 7 android.support.v7.widget.RecyclerView.scrollStep(Unknown Source:25) 8 android.support.v7.widget.RecyclerView$ViewFlinger.run(Unknown Source:91) 9 android.view.Choreographer$CallbackRecord.run(Choreographer.java:981) 10 android.view.Choreographer.doCallbacks(Choreographer.java:790)
11 android.view.Choreographer.doFrame(Choreographer.java:718) 12 android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:967) 13 android.os.Handler.handleCallback(Handler.java:808) 14 android.os.Handler.dispatchMessage(Handler.java:101) 15 android.os.Looper.loop(Looper.java:166) 16 android.app.ActivityThread.main(ActivityThread.java:7425) 17 java.lang.reflect.Method.invoke(Native Method) 18 com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:245) 19 com.android.internal.os.ZygoteInit.main(ZygoteInit.java:921)