Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception when using hardware scroll wheel #172

Open
deinlandel opened this issue Mar 5, 2015 · 0 comments
Open

Exception when using hardware scroll wheel #172

deinlandel opened this issue Mar 5, 2015 · 0 comments

Comments

@deinlandel
Copy link

How to reproduce (Android 4.1.1+):

  • create and populate staggered grid
  • launch app on device which supports scroll using wheel (asus transformer, android emulator e.g. genymotion)
  • use scroll wheel (mouse scroll on emulator) while focus is on starggered grid

Activity will crash with the following exception:

java.lang.AbstractMethodError: abstract method not implemented
        at android.widget.AbsListView.fillGap(AbsListView.java)
        at android.widget.AbsListView.trackMotionScroll(AbsListView.java:5036)
        at android.widget.AbsListView.onGenericMotionEvent(AbsListView.java:3746)
        at android.view.View.dispatchGenericMotionEventInternal(View.java:7222)
        at android.view.View.dispatchGenericMotionEvent(View.java:7203)
        at android.view.ViewGroup.dispatchTransformedGenericPointerEvent(ViewGroup.java:1787)
        at android.view.ViewGroup.dispatchGenericPointerEvent(ViewGroup.java:1742)
        at android.view.View.dispatchGenericMotionEvent(View.java:7196)
        at android.view.ViewGroup.dispatchTransformedGenericPointerEvent(ViewGroup.java:1787)
        at android.view.ViewGroup.dispatchGenericPointerEvent(ViewGroup.java:1742)
        at android.view.View.dispatchGenericMotionEvent(View.java:7196)
        at android.view.ViewGroup.dispatchTransformedGenericPointerEvent(ViewGroup.java:1787)
        at android.view.ViewGroup.dispatchGenericPointerEvent(ViewGroup.java:1742)
        at android.view.View.dispatchGenericMotionEvent(View.java:7196)
        at android.view.ViewGroup.dispatchTransformedGenericPointerEvent(ViewGroup.java:1787)
        at android.view.ViewGroup.dispatchGenericPointerEvent(ViewGroup.java:1742)
        at android.view.View.dispatchGenericMotionEvent(View.java:7196)
        at com.android.internal.policy.impl.PhoneWindow$DecorView.superDispatchGenericMotionEvent(PhoneWindow.java:1933)
        at com.android.internal.policy.impl.PhoneWindow.superDispatchGenericMotionEvent(PhoneWindow.java:1389)
        at android.app.Activity.dispatchGenericMotionEvent(Activity.java:2432)
        at com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchGenericMotionEvent(PhoneWindow.java:1887)
        at android.view.View.dispatchPointerEvent(View.java:7309)
        at android.view.ViewRootImpl.deliverPointerEvent(ViewRootImpl.java:3172)
        at android.view.ViewRootImpl.deliverInputEvent(ViewRootImpl.java:3117)
        at android.view.ViewRootImpl.doProcessInputEvents(ViewRootImpl.java:4153)
        at android.view.ViewRootImpl.enqueueInputEvent(ViewRootImpl.java:4132)
        at android.view.ViewRootImpl$WindowInputEventReceiver.onInputEvent(ViewRootImpl.java:4224)
        at android.view.InputEventReceiver.dispatchInputEvent(InputEventReceiver.java:171)
        at android.os.MessageQueue.nativePollOnce(Native Method)
        at android.os.MessageQueue.next(MessageQueue.java:125)
        at android.os.Looper.loop(Looper.java:124)
        at android.app.ActivityThread.main(ActivityThread.java:4745)
        at java.lang.reflect.Method.invokeNative(Native Method)
        at java.lang.reflect.Method.invoke(Method.java:511)
        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
        at dalvik.system.NativeStart.main(Native Method)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant