Searched defs:aspectRatio (Results 1 – 11 of 11) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/util/ |
D | DisplayUtils.java | 50 final float aspectRatio = Math.max(w, h) / (float) Math.min(w, h); in isCloseToSquareDisplay() local
|
/cts/tests/app/src/android/app/cts/ |
D | PictureInPictureParamsTest.java | 62 RemoteAction closeAction, Rational aspectRatio, Rational expandedAspectRatio, in assertPictureInPictureParamsGettersMatchValues()
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | DisplayMetricsSession.java | 49 public void changeAspectRatio(double aspectRatio, int orientation) { in changeAspectRatio()
|
D | MultiDisplayTestBase.java | 172 LetterboxAspectRatioSession(float aspectRatio) { in LetterboxAspectRatioSession() 186 float aspectRatio) { in createManagedLetterboxAspectRatioSession()
|
D | ActivityManagerTestBase.java | 1497 final float aspectRatio = Math.max(w, h) / (float) Math.min(w, h); in isCloseToSquareDisplay() local
|
/cts/tests/app/app/src/android/app/stubs/ |
D | OrientationTestUtils.java | 86 final float aspectRatio = Math.max(w, h) / (float) Math.min(w, h); in isCloseToSquareBounds() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | RVCVCameraPreview.java | 72 public void init(Camera camera, float aspectRatio, int rotation) { in init()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/display/ |
D | CompatChangeTests.java | 1025 try (var aspectRatio = new DisplayAspectRatioCloseable(ORIENTATION_LANDSCAPE, 2.0f); in testSandbox_viewApiForLetterboxedActivity() 1046 try (var aspectRatio = new DisplayAspectRatioCloseable(ORIENTATION_LANDSCAPE, 2.0f); in testNoSandbox_viewApiForLetterboxedActivity() 1064 try (var aspectRatio = new DisplayAspectRatioCloseable(ORIENTATION_LANDSCAPE, 2.0f); in testNoSandbox_viewApiForLetterboxedActivityOptOut() 1721 try (var aspectRatio = new DisplayAspectRatioCloseable(ORIENTATION_LANDSCAPE, 2.0f)) { in runLetterboxSandboxTest()
|
/cts/tests/tests/media/projection/src/android/media/projection/cts/ |
D | MediaProjectionMirroringTest.java | 330 final float aspectRatio = currentBounds.x * 1f / currentBounds.y; in calculateScaledMirroredActivitySize() local
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/ |
D | CameraTestUtils.java | 2294 public static Size getMaxSize(Size[] sizes, float aspectRatio) { in getMaxSize() 2362 private static Size getMaxSizeWithBound(Size[] sizes, Size bound, float aspectRatio) { in getMaxSizeWithBound()
|
/cts/apps/CtsVerifier/libs/ |
D | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |