可以通过以下方式获取view的x\y离屏幕左上角的距离val size = intArrayOf(0, 1) view.getLocationOnScreen(size)其中size的0是x坐标,1是y坐标