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

  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 65 private static final float MAX_FLING_DEGREES = 35f;
636 if (theta <= Math.toRadians(MAX_FLING_DEGREES)) {
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DragController.java 71 private static final float MAX_FLING_DEGREES = 35f;
682 float theta = MAX_FLING_DEGREES + 1;
693 if (theta <= Math.toRadians(MAX_FLING_DEGREES)) {

Completed in 386 milliseconds