Home | History | Annotate | Download | only in launcher2

Lines Matching defs:theta

648             float theta = (float) Math.atan(slope);
654 if (theta > MAX_SWIPE_ANGLE) {
657 } else if (theta > START_DAMPING_TOUCH_SLOP_ANGLE) {
662 theta -= START_DAMPING_TOUCH_SLOP_ANGLE;
664 Math.sqrt((theta / (MAX_SWIPE_ANGLE - START_DAMPING_TOUCH_SLOP_ANGLE)));