Home | History | Annotate | Download | only in widget

Lines Matching refs:newMax

222         long newMax = 0;
227 newMax = max * 11 / 10;
230 newMax = max * 9 / 10;
232 newMax = max;
241 newMax = Math.max(maxDefault, newMax);
244 if (newMax != mVertMax) {
245 mVertMax = newMax;
247 final boolean changed = mVert.setBounds(0L, newMax);
248 mSweepWarning.setValidRange(0L, newMax);
249 mSweepLimit.setValidRange(0L, newMax);