取得控件相对屏幕的点击位置
获得控件相对屏幕的点击位置
int[] location = new int[2];
imageHead.getLocationOnScreen(location);
int[] location = new int[2];
imageHead.getLocationOnScreen(location);