I want to find the view\'s position on the display screen.
To do it, I use the methods such as view.getLeft() ,view.getBottom() , vi
view.getLeft()
view.getBottom()
vi
Easiest way is to get it using View.getLocationOnScreen(); OR getLocationInWindow();
View.getLocationOnScreen();
getLocationInWindow();
And if you want position relative to root Layout then See