Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/testsdk28/src/android/server/wm/
DAspectRatioSdk28Tests.java60 float minAspectRatio = isWatch ? MIN_WATCH_DEVICE_ASPECT_RATIO : MIN_DEVICE_ASPECT_RATIO; in testMaxAspectRatioPreQActivity() local
63 assertThat(actual, greaterThanOrEqualToInexact(minAspectRatio)); in testMaxAspectRatioPreQActivity()