Searched defs:xPixelsPerSecond (Results 1 – 2 of 2) sorted by relevance
424 float xPixelsPerSecond, in startFlingAnimation()829 void startFling(float xPixelsPerSecond, float yPixelsPerSecond, int id) { in startFling()1590 public void startFling(int displayId, float xPixelsPerSecond, float yPixelsPerSecond, int id) { in startFling()2061 float xPixelsPerSecond, in startFlingAnimation()
1836 float xPixelsPerSecond = mVelocityTracker.getXVelocity(); in onPanningFinished() local