I would like to know The difference between MotionEvent.getRawX and MotionEvent.getX in android as one is numeric and the other is float?Whats the
MotionEvent.getRawX
MotionEvent.getX
=>
rawX = motionEvent.getX() + touchableButton.getX() + layout3.getX() + layout2.getX();