is it a bug with ccTouchMoved method on Android ?

I used CCDirector::sharedDirector()->getTouchDispatcher()->addTargetedDelegate(this, kCCMenuHandlerPriority - 1, true) to implement touch method.

I found that ccTouchMoved method always fired on Android even I did NOT move.

On IOS there is no problem.

The SDK Version is 2.02.