Searched refs:newMax (Results 1 – 4 of 4) sorted by relevance
251 final float newMax = mNumStars / stepSize; in setStepSize() local252 final int newProgress = (int) (newMax / getMax() * getProgress()); in setStepSize()253 setMax((int) newMax); in setStepSize()
1429 final int[] newMax = parsePercentToDropString(priorityParser.getString( in parsePercentToDropKeyValueString() local1440 into.put(PRIORITY_MAX, newMax == null ? defaults.get(PRIORITY_MAX) : newMax); in parsePercentToDropKeyValueString()1511 final int newMax = parser.getInt(String.valueOf(PRIORITY_MAX), in parsePriorityToIntKeyValueString() local1522 into.put(PRIORITY_MAX, newMax); in parsePriorityToIntKeyValueString()1528 return oldMax != newMax in parsePriorityToIntKeyValueString()1559 final long newMax = parser.getLong(String.valueOf(PRIORITY_MAX), in parsePriorityToLongKeyValueString() local1570 into.put(PRIORITY_MAX, newMax); in parsePriorityToLongKeyValueString()1576 return oldMax != newMax in parsePriorityToLongKeyValueString()
1162 final double newMax = Math.max(mirrorView.getScaleX(), oldMax); in onSingleTap_enabled_scaleAnimates()1163 assertTrue(maxScaleX.compareAndSet(oldMax, newMax)); in onSingleTap_enabled_scaleAnimates()
1134 final double newMax = Math.max(mirrorView.getScaleX(), oldMax); in onSingleTap_enabled_scaleAnimates()1135 assertTrue(maxScaleX.compareAndSet(oldMax, newMax)); in onSingleTap_enabled_scaleAnimates()