Home
last modified time | relevance | path

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

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