Searched defs:kSlopLengthPixels (Results 1 - 1 of 1) sorted by path

/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_event_queue_unittest.cc1567 const float kSlopLengthPixels = 7.f; local
1569 SetUpForTouchMoveSlopTesting(kSlopLengthPixels / kDPIScale);
1578 MoveTouchPoint(0, 0, kSlopLengthPixels / kDPIScale);
1597 const float kPixelCoordOutsideSlopRegion = kSlopLengthPixels + 0.5f;

Completed in 248 milliseconds