Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/responsive/
DResponsiveCellSpecsProviderTest.kt79 val aspectRatioLandscape = 1.051f in parseValidFile() constant
89 val landscapeSpecs = provider.getSpecsByAspectRatio(aspectRatioLandscape) in parseValidFile()
91 assertThat(landscapeSpecs.aspectRatio).isAtLeast(aspectRatioLandscape) in parseValidFile()
DResponsiveSpecsProviderTest.kt62 val aspectRatioLandscape = 1.051f in <lambda>() constant
63 val landscapeSpecs = provider.getSpecsByAspectRatio(aspectRatioLandscape) in <lambda>()
68 aspectRatioLandscape, in <lambda>()