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