Home
last modified time | relevance | path

Searched refs:aspectRatioLessThanEqual (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/activitymanager/testsdk25/src/android/server/am/
DAspectRatioSdk25Tests.java53 if (aspectRatioLessThanEqual(actual, MAX_PRE_O_ASPECT_RATIO)) return; in testMaxAspectRatioPreOActivity()
/cts/tests/framework/base/activitymanager/src/android/server/am/
DAspectRatioTestsBase.java89 static boolean aspectRatioLessThanEqual(float a, float b) { in aspectRatioLessThanEqual() method in AspectRatioTestsBase