Hi,
Trying to catch Panel_Touch event , encountered some strange problems.
- Action_UP is catched ONLY if the track of my finger is approximately linear
- Action_MOVE has the same problem , example: while my finger moves linearly , everything is OK , but if my finger goes down (not leaving panel) , Action_MOVE is lost
- Sometimes saw in the debugger line "Activity_TOUCH was ignored"
Moreover , sometimes with dialogs receive this error:
"java.lang.RuntimeException: MotionEvent { action=ACTION_UP, id[0]=0, x[0]=341.0, y[0]=243.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=4298363, downTime=4297626, deviceId=3, source=0x1002 } recycled twice!"
Please help
Alex
Trying to catch Panel_Touch event , encountered some strange problems.
- Action_UP is catched ONLY if the track of my finger is approximately linear
- Action_MOVE has the same problem , example: while my finger moves linearly , everything is OK , but if my finger goes down (not leaving panel) , Action_MOVE is lost
- Sometimes saw in the debugger line "Activity_TOUCH was ignored"
Moreover , sometimes with dialogs receive this error:
"java.lang.RuntimeException: MotionEvent { action=ACTION_UP, id[0]=0, x[0]=341.0, y[0]=243.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=4298363, downTime=4297626, deviceId=3, source=0x1002 } recycled twice!"
Please help
Alex