M G
M G

Reputation: 1250

Android MotionEvent and View coordinates

Could I get View position but with coordinates in the same coordinate system as MotionEvent.getRawX()/MotionEvent.getRawY()?

Upvotes: 1

Views: 1017

Answers (1)

dsandler
dsandler

Reputation: 2481

View.getLocationOnScreen() should do the trick.

Upvotes: 3

Related Questions