Home | History | Annotate | Download | only in calendar

Lines Matching refs:abs

1172         mHoursTextHeight = (int) Math.abs(p.ascent());
1762 float progress = Math.abs(xOffSet) / width;
1814 long duration = calculateDuration(width - Math.abs(xOffSet), width, velocity);
2430 r.top + Math.abs(p.getFontMetrics().ascent) + EVENT_TEXT_TOP_MARGIN , p);
3658 // Find the desired height but don't exceed abs max
3831 int absDistanceX = Math.abs(distanceX);
3832 int absDistanceY = Math.abs(distanceY);
3980 mStartingSpanY = Math.max(MIN_Y_SPAN, Math.abs(detector.getCurrentSpanY()));
3995 float spanY = Math.max(MIN_Y_SPAN, Math.abs(detector.getCurrentSpanY()));
4098 if (Math.abs(mViewStartX) > mHorizontalSnapBackThreshold) {
4661 if (Math.abs(distanceX) < Math.abs(distanceY)) {
4676 if (Math.abs(velocityX) < Math.abs(velocityY)) {
4755 velocity = Math.abs(velocity);
4764 long duration = 6 * Math.round(1000 * Math.abs(distance / velocity));