I have a SimpleOnScaleGestureListener implemented over a View, and whenever I put two (and more) fingers on the Screen, It registers that a Scale gesture begun. Actually, I want the scale gesture to begin when the fingers are moving, not when they are DOWN on the screen.
How can I tell the real scaling begun? The onScaleBegin and onScaleEnd register also that the Scaling begins when the fingers go DOWN on the screen, not when they're moving just as I expected.