Searched refs:mExcludedPointsForDownSlopChecked (Results 1 – 1 of 1) sorted by relevance
53 private ArrayList<PointF> mExcludedPointsForDownSlopChecked; field in MultiFingerMultiTap77 mExcludedPointsForDownSlopChecked = new ArrayList<>(mTargetFingerCount); in MultiFingerMultiTap()88 mExcludedPointsForDownSlopChecked.clear(); in clear()130 mExcludedPointsForDownSlopChecked.clear(); in onUp()253 if (filterMatched && mExcludedPointsForDownSlopChecked.contains(p)) { in findNearestPoint()261 mExcludedPointsForDownSlopChecked.add(p); in findNearestPoint()273 mExcludedPointsForDownSlopChecked.add(nearest); in findNearestPoint()291 builder.append(mExcludedPointsForDownSlopChecked.toString()); in toString()