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

  /frameworks/base/services/java/com/android/server/
InputDevice.java 475 mHistoryData[noff + MotionEvent.SAMPLE_PRESSURE]
476 = rawData[ioff + MotionEvent.SAMPLE_PRESSURE];
495 int pressure = mHistoryData[soff + MotionEvent.SAMPLE_PRESSURE];
504 int pressure = mHistoryData[eoff + MotionEvent.SAMPLE_PRESSURE];
515 mAveragedData[ioff + MotionEvent.SAMPLE_PRESSURE] =
516 rawData[ioff + MotionEvent.SAMPLE_PRESSURE];
    [all...]
KeyInputQueue.java 655 + MotionEvent.SAMPLE_PRESSURE] = ev.value;
687 di.curTouchVals[MotionEvent.SAMPLE_PRESSURE] = ev.value;
689 + MotionEvent.SAMPLE_PRESSURE] = ev.value;
717 if (di.mAbs.mNextData[MotionEvent.SAMPLE_PRESSURE] > 0) {
722 + MotionEvent.SAMPLE_PRESSURE] != 0) {
733 + MotionEvent.SAMPLE_PRESSURE] = 0;
    [all...]
  /frameworks/base/core/java/android/view/
MotionEvent.java 194 static public final int SAMPLE_PRESSURE = 2;
402 data[SAMPLE_PRESSURE] = pressure;
462 data[SAMPLE_PRESSURE] = pressure;
506 data[SAMPLE_PRESSURE] = 1.0f;
719 return mDataSamples[SAMPLE_PRESSURE];
807 return mDataSamples[(pointerIndex*NUM_SAMPLE_DATA) + SAMPLE_PRESSURE];
    [all...]

Completed in 613 milliseconds