原创 System.arraycopy 實現多次點擊

long[] mHits = new long[3]; System.arraycopy(mHits, 1, mHits, 0, mHits.length-1); mHits[mHits.length-1] = SystemClock