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

  /external/chromium_org/ui/events/gesture_detection/
velocity_tracker.cc 515 float invNorm = 1.0f / norm;
517 q[j][h] *= invNorm;
  /frameworks/native/libs/input/
VelocityTracker.cpp 483 float invNorm = 1.0f / norm;
485 q[j][h] *= invNorm;
    [all...]

Completed in 238 milliseconds