Searched refs:kKeepPositionThreshold (Results 1 – 2 of 2) sorted by relevance
102 const int kKeepPositionThreshold = 2; // px in SetCursorBounds() local107 (delta_y <= kKeepPositionThreshold)) { in SetCursorBounds()
1341 const int kKeepPositionThreshold = 2; // px in OnSetCursorLocation() local1345 if ((last_location.x() == x) && (delta_y <= kKeepPositionThreshold)) { in OnSetCursorLocation()