Home | History | Annotate | Download | only in launcher3

Lines Matching refs:abs

1972         if ((Math.abs(direction[0]) + Math.abs(direction[1])) > 1) {
2129 if (Math.abs(Math.cos(angle)) > 0.5f) {
2132 if (Math.abs(Math.sin(angle)) > 0.5f) {
2316 Math.abs(Math.cos(angle) * mReorderPreviewAnimationMagnitude));
2318 Math.abs(Math.sin(angle) * mReorderPreviewAnimationMagnitude));