Home
last modified time | relevance | path

Searched defs:bound (Results 1 – 4 of 4) sorted by relevance

/cts/tests/sensor/src/android/hardware/cts/
DSensorManagerStaticTest.java606 private static void assertRoughlyEqual(String message, float a, float b, float bound) { in assertRoughlyEqual()
611 float bound) { in assertVectorRoughlyEqual()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java2076 CameraManager cameraManager, Size bound) throws CameraAccessException { in getSupportedPreviewSizes()
2131 CameraManager cameraManager, int format, Size bound) throws CameraAccessException { in getSortedSizesForFormat()
2142 CameraManager cameraManager, int format, boolean maxResolution, Size bound) in getSortedSizesForFormat()
2175 CameraManager cameraManager, Size bound) throws CameraAccessException { in getSupportedVideoSizes()
2207 CameraManager cameraManager, Size bound) throws CameraAccessException { in getSupportedStillSizes()
2212 CameraManager cameraManager, Size bound) throws CameraAccessException { in getSupportedHeicSizes()
2234 static public Size getMaxPreviewSize(String cameraId, CameraManager cameraManager, Size bound) in getMaxPreviewSize()
2323 public static Size getMaxSizeWithBound(Size[] sizes, int bound) { in getMaxSizeWithBound()
2351 private static Size getMaxSizeWithBound(Size[] sizes, Size bound) { in getMaxSizeWithBound()
2362 private static Size getMaxSizeWithBound(Size[] sizes, Size bound, float aspectRatio) { in getMaxSizeWithBound()
[all …]
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DNinePatchDrawableTest.java620 final int bound = 40; in verifyOutlinePreloadDensityInner() local
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java2313 public List<Size> getSortedSizesForInputFormat(int format, Size bound) { in getSortedSizesForInputFormat()