Searched refs:mLowThreshold (Results 1 – 2 of 2) sorted by relevance
33 mLowThreshold(low), in WearSwipeDetector()47 if (abs(dy) < mLowThreshold && abs(dx) > mHighThreshold) { in detect()49 } else if (abs(dx) < mLowThreshold && abs(dy) > mHighThreshold) { in detect()
42 int mLowThreshold; variable