Searched defs:aspectRatio (Results 1 – 6 of 6) 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/app/src/android/app/stubs/ |
D | OrientationTestUtils.java | 88 final float aspectRatio = Math.max(w, h) / (float) Math.min(w, h); in isCloseToSquareDisplay() 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/ |
D | MultiDisplayTestBase.java | 292 void changeAspectRatio(double aspectRatio, int orientation) { in changeAspectRatio() 364 LetterboxAspectRatioSession(int displayId, float aspectRatio) { in LetterboxAspectRatioSession() 386 float aspectRatio) { in createManagedLetterboxAspectRatioSession()
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | ActivityManagerTestBase.java | 1192 final float aspectRatio = Math.max(w, h) / (float) Math.min(w, h); in isCloseToSquareDisplay() local
|
/cts/apps/CtsVerifier/libs/ |
D | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |