0

I'd like to know if there's a way to get the size or the limits of a touched area ? So for instance, it could give me how many pixel the finger is covering.

In fact the same question has been posted here for the Ipad : iPad: Measure/detect covered area by a finger touch on screen (NOT only touch coordinates)

I think it will depend also of which type of screen android is running on.

So I'd like to know if it is possible under android ? Thank you.

Community
  • 1
  • 1
Trox
  • 349
  • 1
  • 5
  • 15

1 Answers1

0

Try MotionEvent#getSize(int)

adamp
  • 28,862
  • 9
  • 81
  • 69