Home
last modified time | relevance | path

Searched refs:kLongStationaryTouchDistanceSquared (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ash/touch/
Dtouch_uma.cc329 const int kLongStationaryTouchDistanceSquared = 100; in RecordTouchEvent() local
333 if (distance.LengthSquared() < kLongStationaryTouchDistanceSquared) { in RecordTouchEvent()