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

  /frameworks/base/services/java/com/android/server/
InputDevice.java 62 final MotionState mAbs = new MotionState(0, 0);
63 final MotionState mRel = new MotionState(TRACKBALL_MOVEMENT_THRESHOLD,
66 static class MotionState {
172 MotionState(int mx, int my) {
    [all...]
KeyInputQueue.java 750 InputDevice.MotionState ms = di.mAbs;
    [all...]

Completed in 17 milliseconds