Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/responsive/
DResponsiveSpecsProvider.kt51 fun getSpecsByAspectRatio(aspectRatio: Float): ResponsiveSpecGroup<ResponsiveSpec> { in <lambda>() method
77 val specsGroup = getSpecsByAspectRatio(aspectRatio) in <lambda>()
115 val specsGroup = getSpecsByAspectRatio(aspectRatio) in <lambda>()
DResponsiveCellSpecsProvider.kt42 fun getSpecsByAspectRatio(aspectRatio: Float): ResponsiveSpecGroup<CellSpec> { in <lambda>() method
52 val specsGroup = getSpecsByAspectRatio(aspectRatio) in <lambda>()
62 val specsGroup = getSpecsByAspectRatio(aspectRatio) in <lambda>()
DHotseatSpecsProvider.kt34 fun getSpecsByAspectRatio(aspectRatio: Float): ResponsiveSpecGroup<HotseatSpec> { in getSpecsByAspectRatio() method
57 val specsGroup = getSpecsByAspectRatio(aspectRatio) in getCalculatedSpec()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/responsive/
DResponsiveSpecsProviderTest.kt51 val portraitSpecs = provider.getSpecsByAspectRatio(aspectRatioPortrait) in <lambda>()
63 val landscapeSpecs = provider.getSpecsByAspectRatio(aspectRatioLandscape) in <lambda>()
75 val extraSpecs = provider.getSpecsByAspectRatio(aspectRatioExtra) in <lambda>()
115 provider.getSpecsByAspectRatio(0f) in <lambda>()
DHotseatSpecsProviderTest.kt47 val specs = hotseatSpecsProvider.getSpecsByAspectRatio(aspectRatio) in parseValidFile()
80 val specs = hotseatSpecsProvider.getSpecsByAspectRatio(aspectRatio) in parseValidLandscapeFile()
DResponsiveCellSpecsProviderTest.kt70 val portraitSpecs = provider.getSpecsByAspectRatio(aspectRatioPortrait) in parseValidFile()
89 val landscapeSpecs = provider.getSpecsByAspectRatio(aspectRatioLandscape) in parseValidFile()
DCalculatedFolderSpecTest.kt57 val specs = folderSpecs.getSpecsByAspectRatio(aspectRatio) in validate_matchWidthWorkspace()
133 val specs = folderSpecs.getSpecsByAspectRatio(aspectRatio) in validate_matchHeightWorkspace()
DAllAppsSpecsTest.kt51 val specs = allAppsSpecs.getSpecsByAspectRatio(aspectRatio) in parseValidFile()
DWorkspaceSpecsTest.kt51 val specs = workspaceSpecs.getSpecsByAspectRatio(aspectRatio) in parseValidFile()
DFolderSpecTest.kt48 val specs = folderSpecs.getSpecsByAspectRatio(aspectRatio) in parseValidFile()