Searched defs:high (Results  1 – 9 of 9) sorted by relevance
| /cts/tests/tests/media/misc/src/android/media/misc/cts/ | 
| D | CameraProfileTest.java | 32     private void checkQuality(int low, int mid, int high) {  in checkQuality() 43         int high = CameraProfile.getJpegEncodingQualityParameter(CameraProfile.QUALITY_HIGH);  in testGetImageEncodingQualityParameter()  local 52 …          int high = CameraProfile.getJpegEncodingQualityParameter(id, CameraProfile.QUALITY_HIGH);  in testGetWithId()  local
  | 
| D | CamcorderProfileTest.java | 364             CamcorderProfile high,  in checkSpecificProfiles()
  | 
| /cts/tests/tests/graphics/src/android/graphics/cts/utils/ | 
| D | ColorUtils.java | 60     private static float constrain(float amount, float low, float high) {  in constrain()
  | 
| D | Cam.java | 448         float high = 100.0f;  in findCamByJ()  local
  | 
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ | 
| D | MotionIndicatorView.java | 339     RangeCoveredRegister(int low, int high, int step) {  in RangeCoveredRegister() 373     public boolean isRangeCovered(int low, int high) {  in isRangeCovered()
  | 
| /cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/rrlp_components/ | 
| D | MpathIndic.java | 41     high(3),  enumConstant
  | 
| /cts/tests/tests/renderscript/src/android/renderscript/cts/ | 
| D | FloatyUnitTest.java | 473     private void validateRoundToFloat16(double argument, double low, double high) {  in validateRoundToFloat16()
  | 
| /cts/tests/camera/src/android/hardware/camera2/cts/rs/ | 
| D | RawConverter.java | 837     private static double clamp(double low, double high, double value) {  in clamp()
  | 
| /cts/tests/tests/text/src/android/text/format/cts/ | 
| D | TimeTest.java | 3086         ZoneOffsetTransition high;  in calculateToMillisTestTimes()  local
  |