Lines Matching defs:Math
226 button.setState(Math.max(index, 0), false);
586 Math.round(comp / mExposureCompensationStep);
606 setVisible(mExposureN2, (Math.round(min * step) <= -2));
607 setVisible(mExposureN1, (Math.round(min * step) <= -1));
608 setVisible(mExposureP1, (Math.round(max * step) >= 1));
609 setVisible(mExposureP2, (Math.round(max * step) >= 2));
884 int comp = Math.round(compValue * mExposureCompensationStep);