HomeSort by relevance Sort by last modified time
    Searched refs:upVec (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
FlingToDeleteHelper.java 118 PointF upVec = new PointF(0f, -1f);
119 theta = getAngleBetweenVectors(vel, upVec);
  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 633 PointF upVec = new PointF(0f, -1f);
634 float theta = (float) Math.acos(((vel.x * upVec.x) + (vel.y * upVec.y)) /
635 (vel.length() * upVec.length()));

Completed in 476 milliseconds