Home
last modified time | relevance | path

Searched refs:maxValue (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Camera/src/com/android/camera/
DCameraSettings.java246 int maxValue = (int) FloatMath.floor(max * step); in buildExposureCompensation() local
248 CharSequence entries[] = new CharSequence[maxValue - minValue + 1]; in buildExposureCompensation()
249 CharSequence entryValues[] = new CharSequence[maxValue - minValue + 1]; in buildExposureCompensation()
250 int[] icons = new int[maxValue - minValue + 1]; in buildExposureCompensation()
253 for (int i = minValue; i <= maxValue; ++i) { in buildExposureCompensation()
254 entryValues[maxValue - i] = Integer.toString(Math.round(i / step)); in buildExposureCompensation()
257 entries[maxValue - i] = builder.append(i).toString(); in buildExposureCompensation()
258 icons[maxValue - i] = iconIds.getResourceId(3 + i, 0); in buildExposureCompensation()
/packages/apps/LegacyCamera/src/com/android/camera/
DCameraSettings.java206 int maxValue = (int) Math.floor(max * step); in buildExposureCompensation() local
208 CharSequence entries[] = new CharSequence[maxValue - minValue + 1]; in buildExposureCompensation()
209 CharSequence entryValues[] = new CharSequence[maxValue - minValue + 1]; in buildExposureCompensation()
210 for (int i = minValue; i <= maxValue; ++i) { in buildExposureCompensation()
211 entryValues[maxValue - i] = Integer.toString(Math.round(i / step)); in buildExposureCompensation()
214 entries[maxValue - i] = builder.append(i).toString(); in buildExposureCompensation()
/packages/apps/Exchange/src/com/android/exchange/adapter/
DPingParser.java161 final int maxValue) throws IOException { in getValue() argument
166 if (value < minValue || (maxValue > 0 && value > maxValue)) { in getValue()
/packages/services/Telecomm/libs/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...