Home
last modified time | relevance | path

Searched defs:max (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/openglperf/src/android/openglperf/cts/
DSphere.java152 private int max(int[] array) { in max() method in Sphere
153 int max = array[0]; in max() local
DGlVboPerfTest.java139 float max = data[0]; in findMinMax() local
/cts/tests/tests/dpi/src/android/dpi/cts/
DAspectRatioTest.java74 int max = Math.max(metrics.widthPixels, metrics.heightPixels); in getAspectRatio() local
DConfigurationScreenLayoutTest.java102 int max = Math.max(metrics.widthPixels, metrics.heightPixels); in reduceScreenLayout() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DTypeTest.java24 void testBuilderSizes(Type.Builder b, int min, int max) { in testBuilderSizes()
/cts/tests/tests/util/src/android/util/cts/
DEventLogTest.java77 final int max = 4096 - 20 - 4 - 1; in testWriteEventWithOversizeValue() local
/cts/tests/tests/widget/src/android/widget/cts/
DAbsSeekBarTest.java187 int max = progress + 1; in testSetMax() local
DProgressBarTest.java293 int max = progress + 1; in testAccessMax() local
/cts/tests/tests/media/src/android/media/cts/
DMediaRecorderTest.java336 final int max = MediaRecorder.getAudioSourceMax(); in testGetAudioSourceMax() local
/cts/tests/tests/hardware/src/android/hardware/cts/
DCameraTest.java739 int max = parameters.getMaxExposureCompensation(); in checkExposureCompensation() local