Home | History | Annotate | Download | only in launcher2

Lines Matching refs:mLastMotionY

100     protected float mLastMotionY;
975 mLastMotionY = y;
1050 final int yDiff = (int) Math.abs(y - mLastMotionY);
1368 mLastMotionY = ev.getY(newPointerIndex);