Lines Matching refs:PointF
30 import android.graphics.PointF;
1963 PointF flingToDeleteVector = isFlingingToDelete();
2550 private PointF isFlingingToDelete() {
2556 PointF vel = new PointF(mVelocityTracker.getXVelocity(),
2558 PointF upVec = new PointF(0f, -1f);
2575 private PointF mVelocity;
2582 public FlingAlongVectorAnimatorUpdateListener(View dragView, PointF vel, Rect from,
2696 public void onFlingToDelete(PointF vel) {