Home | History | Annotate | Download | only in launcher2

Lines Matching defs:mLastMotionY

100     protected float mLastMotionY;
1030 mLastMotionY = y;
1105 final int yDiff = (int) Math.abs(y - mLastMotionY);
1428 mLastMotionY = ev.getY(newPointerIndex);