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);
3806 // Find the desired height but don't exceed abs max
3992 int absDistanceX = Math.abs(distanceX);
3993 int absDistanceY = Math.abs(distanceY);
4167 mStartingSpanY = Math.max(MIN_Y_SPAN, Math.abs(detector.getCurrentSpanY()));
4182 float spanY = Math.max(MIN_Y_SPAN, Math.abs(detector.getCurrentSpanY()));
4299 if (Math.abs(mViewStartX) > mHorizontalSnapBackThreshold) {
4908 if (Math.abs(distanceX) < Math.abs(distanceY)) {
4926 if (Math.abs(velocityX) < Math.abs(velocityY)) {
5005 velocity = Math.abs(velocity);
5014 long duration = 6 * Math.round(1000 * Math.abs(distance / velocity));