Home | History | Annotate | Download | only in server

Lines Matching defs:rawData

414             final int[] rawData = mLastData;
433 System.arraycopy(rawData, ioff, mHistoryData, poff,
435 System.arraycopy(rawData, ioff, mAveragedData, ioff,
450 int newX = rawData[ioff + MotionEvent.SAMPLE_X];
451 int newY = rawData[ioff + MotionEvent.SAMPLE_Y];
461 System.arraycopy(rawData, ioff, mHistoryData, poff,
463 System.arraycopy(rawData, ioff, mAveragedData, ioff,
476 = rawData[ioff + MotionEvent.SAMPLE_PRESSURE];
516 rawData[ioff + MotionEvent.SAMPLE_PRESSURE];
518 rawData[ioff + MotionEvent.SAMPLE_SIZE];
768 final int[] rawData;
770 rawData = generateAveragedData(upOrDownPointer, lastNumPointers,
773 rawData = mLastData;
784 reportData[pos + MotionEvent.SAMPLE_X] = rawData[pos + MotionEvent.SAMPLE_X];
785 reportData[pos + MotionEvent.SAMPLE_Y] = rawData[pos + MotionEvent.SAMPLE_Y];
786 reportData[pos + MotionEvent.SAMPLE_PRESSURE] = rawData[pos + MotionEvent.SAMPLE_PRESSURE];
787 reportData[pos + MotionEvent.SAMPLE_SIZE] = rawData[pos + MotionEvent.SAMPLE_SIZE];