Searched refs:mAltVelocity (Results 1 – 1 of 1) sorted by relevance
130 private final VelocityTracker mAltVelocity; field in PointerLocationView182 mAltVelocity = VelocityTracker.obtain(altStrategy); in PointerLocationView()184 mAltVelocity = null; in PointerLocationView()340 if (mAltVelocity != null) { in onDraw()544 if (mAltVelocity != null) { in onPointerEvent()545 mAltVelocity.clear(); in onPointerEvent()577 if (mAltVelocity != null) { in onPointerEvent()578 mAltVelocity.addMovement(event); in onPointerEvent()579 mAltVelocity.computeCurrentVelocity(1); in onPointerEvent()610 if (mAltVelocity != null) { in onPointerEvent()[all …]