Searched refs:mThresholdActivePointer (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java1741 // to compute #mThresholdActivePointer.
1744 // Pointers that moved less than mThresholdActivePointer
1746 private final double mThresholdActivePointer; field in class:TouchExplorer.ReceivedPointerTracker
1784 mThresholdActivePointer =
2083 if (pointerDeltaMove > mThresholdActivePointer) {

Completed in 350 milliseconds