Lines Matching defs:max
226 button.setState(Math.max(index, 0), false);
597 * @param max Maximum exposure compensation value.
600 public void setExposureCompensationParameters(int min, int max, float step) {
601 mMaxExposureCompensation = max;
608 setVisible(mExposureP1, (Math.round(max * step) >= 1));
609 setVisible(mExposureP2, (Math.round(max * step) >= 2));