HomeSort by relevance Sort by last modified time
    Searched refs:curTouchVals (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/
KeyInputQueue.java 681 di.curTouchVals[MotionEvent.SAMPLE_X] = ev.value;
684 di.curTouchVals[MotionEvent.SAMPLE_Y] = ev.value;
687 di.curTouchVals[MotionEvent.SAMPLE_PRESSURE] = ev.value;
688 di.curTouchVals[MotionEvent.NUM_SAMPLE_DATA
692 di.curTouchVals[MotionEvent.SAMPLE_SIZE] = ev.value;
693 di.curTouchVals[MotionEvent.NUM_SAMPLE_DATA
    [all...]
InputDevice.java 60 final int[] curTouchVals = new int[MotionEvent.NUM_SAMPLE_DATA * 2];
    [all...]

Completed in 13 milliseconds