Home | History | Annotate | Download | only in calendar

Lines Matching refs:abs

1233         mHoursTextHeight = (int) Math.abs(p.ascent());
1824 float progress = Math.abs(xOffSet) / width;
1876 long duration = calculateDuration(width - Math.abs(xOffSet), width, velocity);
2526 r.top + Math.abs(p.getFontMetrics().ascent) + EVENT_TEXT_TOP_MARGIN , p);
3808 // Find the desired height but don't exceed abs max
3994 int absDistanceX = Math.abs(distanceX);
3995 int absDistanceY = Math.abs(distanceY);
4169 mStartingSpanY = Math.max(MIN_Y_SPAN, Math.abs(detector.getCurrentSpanY()));
4184 float spanY = Math.max(MIN_Y_SPAN, Math.abs(detector.getCurrentSpanY()));
4301 if (Math.abs(mViewStartX) > mHorizontalSnapBackThreshold) {
4910 if (Math.abs(distanceX) < Math.abs(distanceY)) {
4928 if (Math.abs(velocityX) < Math.abs(velocityY)) {
5007 velocity = Math.abs(velocity);
5016 long duration = 6 * Math.round(1000 * Math.abs(distance / velocity));