ScaleGestureDetectorのドキュメントには以下のメソッドについて記述があり、API Level8(Android 2.2 / froyo)となっているけど、実際には honeycombにおける ScaleGestureDetectorの変更点では「Added Methods 」欄に記述されているので froyoでは使えないようね。
- float getCurrentSpanX()
- float getCurrentSpanY()
- float getPreviousSpanX()
- float getPreviousSpanY()
ドキュメントの右端に API Levelの記述があるじゃんか…_no