Searched refs:mAltVelocity (Results 1 – 1 of 1) sorted by relevance
159 private final VelocityTracker mAltVelocity; field in PointerLocationView217 mAltVelocity = VelocityTracker.obtain(altStrategy); in PointerLocationView()219 mAltVelocity = null; in PointerLocationView()339 if (mAltVelocity != null) { in onDraw()601 if (mAltVelocity != null) { in onPointerEvent()602 mAltVelocity.clear(); in onPointerEvent()633 if (mAltVelocity != null) { in onPointerEvent()634 mAltVelocity.addMovement(event); in onPointerEvent()635 mAltVelocity.computeCurrentVelocity(1); in onPointerEvent()665 if (mAltVelocity != null) { in onPointerEvent()[all …]