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

  /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()));
  /packages/apps/Launcher3/src/com/android/launcher3/
DragController.java 635 PointF upVec = new PointF(0f, -1f);
636 float theta = (float) Math.acos(((vel.x * upVec.x) + (vel.y * upVec.y)) /
637 (vel.length() * upVec.length()));
PagedView.java     [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java     [all...]

Completed in 1531 milliseconds