here's my problem:
How can get the displayed size of the drawable inside an ImageView in pixel after scalling, assuming that the ImageView size isn't equal to the scaled drawable?
A lot of methods just return the original size of the Drawable or just the size of the ImageView.
Here is a picture describing what I want :
http://image.noelshack.com/fichiers/2013/06/1360144144-sans-titre.png
1 --> ImageView Size
2 --> The scaled image size that I want to get in px
Thank you.