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.java145 private final VelocityTracker mAltVelocity; field in PointerLocationView
202 mAltVelocity = VelocityTracker.obtain(altStrategy); in PointerLocationView()
204 mAltVelocity = null; in PointerLocationView()
369 if (mAltVelocity != null) { in onDraw()
562 if (mAltVelocity != null) { in onPointerEvent()
563 mAltVelocity.clear(); in onPointerEvent()
595 if (mAltVelocity != null) { in onPointerEvent()
596 mAltVelocity.addMovement(event); in onPointerEvent()
597 mAltVelocity.computeCurrentVelocity(1); in onPointerEvent()
628 if (mAltVelocity != null) { in onPointerEvent()
[all …]