Searched refs:mYVelocity (Results 1 – 1 of 1) sorted by relevance
1410 float mYVelocity; field in KeyboardView.SwipeTracker1498 mYVelocity = accumY < 0.0f ? Math.max(accumY, -maxVelocity) in computeCurrentVelocity()1507 return mYVelocity;