Lines Matching refs:round

244             int duration = Math.round(mStackSlider.getDurationForNeutralPosition(mYVelocity));
264 int duration = Math.round(mStackSlider.getDurationForOffscreenPosition(mYVelocity));
562 final int newSlideAmount = Math.round(SLIDE_UP_RATIO * getMeasuredHeight());
565 mSwipeThreshold = Math.round(SWIPE_THRESHOLD_RATIO * newSlideAmount);
781 if (mTouchRect.contains(Math.round(x), Math.round(y))) {
852 duration = Math.round(mStackSlider.getDurationForNeutralPosition());
854 duration = Math.round(mStackSlider.getDurationForOffscreenPosition());
870 duration = Math.round(mStackSlider.getDurationForNeutralPosition());
872 duration = Math.round(mStackSlider.getDurationForOffscreenPosition());
972 viewLp.setVerticalOffset(Math.round(-r * stackDirection * mSlideAmount));
973 highlightLp.setVerticalOffset(Math.round(-r * stackDirection * mSlideAmount));
993 viewLp.setVerticalOffset(Math.round(-stackDirection * r * mSlideAmount));
994 highlightLp.setVerticalOffset(Math.round(-stackDirection * r * mSlideAmount));
999 viewLp.setVerticalOffset(Math.round(stackDirection * r * mSlideAmount));
1000 highlightLp.setVerticalOffset(Math.round(stackDirection * r * mSlideAmount));
1018 viewLp.setHorizontalOffset(Math.round(r * mSlideAmount));
1019 highlightLp.setHorizontalOffset(Math.round(r * mSlideAmount));
1132 final int childWidth = Math.round(measuredWidth*(1-PERSPECTIVE_SHIFT_FACTOR_X))
1134 final int childHeight = Math.round(measuredHeight*(1-PERSPECTIVE_SHIFT_FACTOR_Y))
1184 Math.round(mReferenceChildHeight * (1 + factorY)) +
1188 int height = Math.round(mReferenceChildHeight * (1 + factorY))
1204 Math.round(mReferenceChildWidth * (1 + factorX)) +