Lines Matching defs:Math
222 button.setState(Math.max(index, 0), false);
516 Math.round(comp / mExposureCompensationStep);
536 setVisible(mExposureN2, (Math.round(min * step) <= -2));
537 setVisible(mExposureN1, (Math.round(min * step) <= -1));
538 setVisible(mExposureP1, (Math.round(max * step) >= 1));
539 setVisible(mExposureP2, (Math.round(max * step) >= 2));
792 int comp = Math.round(compValue * mExposureCompensationStep);