What are the differences between setX(), setY(), and setTranslationX(), setTranslationY()? Are they setting offsets on existing coordinates or setting absolute positions?
setX/Y set absolute position from 0,0 screen. setTranlsationX/Y set position from default position of view in layout.
setX/Y
setTranlsationX/Y