public static int[] getLocationOnScreen(@NotNull final View v) {. final int[] position = new int[2];. v.getLocationOnScreen(position);.
確定! 回上一頁