Home
last modified time | relevance | path

Searched refs:mAltVelocity (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java159 private final VelocityTracker mAltVelocity; field in PointerLocationView
217 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 …]