Determining translationX/Y values for ObjectAnimator; how to move a view to an exact screen position?

I’m trying to move a view to the upper right corner of the screen, using ObjectAnimator.ofFloat(…) But, I’m not getting the results I expect. I’m getting the coordinates of the view beforehand, using ViewTreeListener, etc, and I already know the x value I need to offset from the end of the overall width. I can’t … Read more