Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/responsive/
DCalculatedFolderSpecTest.kt66 workspaceSpecs.getCalculatedSpec( in validate_matchWidthWorkspace()
73 folderSpecs.getCalculatedSpec( in validate_matchWidthWorkspace()
92 workspaceSpecs.getCalculatedSpec( in validate_matchWidthWorkspace()
99 folderSpecs.getCalculatedSpec( in validate_matchWidthWorkspace()
140 workspaceSpecs.getCalculatedSpec( in validate_matchHeightWorkspace()
147 folderSpecs.getCalculatedSpec( in validate_matchHeightWorkspace()
DCalculatedWorkspaceSpecTest.kt59 workspaceSpecs.getCalculatedSpec(aspectRatio, DimensionType.WIDTH, 4, availableWidth) in normalPhone_returnsThirdBreakpointSpec()
61 workspaceSpecs.getCalculatedSpec(aspectRatio, DimensionType.HEIGHT, 5, availableHeight) in normalPhone_returnsThirdBreakpointSpec()
102 workspaceSpecs.getCalculatedSpec(aspectRatio, DimensionType.WIDTH, 4, availableWidth) in smallPhone_returnsFirstBreakpointSpec()
104 workspaceSpecs.getCalculatedSpec(aspectRatio, DimensionType.HEIGHT, 5, availableHeight) in smallPhone_returnsFirstBreakpointSpec()
144 workspaceSpecs.getCalculatedSpec(aspectRatio, DimensionType.WIDTH, 4, availableWidth) in smallPhone_returnsFirstBreakpointSpec_unsortedFile()
146 workspaceSpecs.getCalculatedSpec(aspectRatio, DimensionType.HEIGHT, 5, availableHeight) in smallPhone_returnsFirstBreakpointSpec_unsortedFile()
DCalculatedAllAppsSpecTest.kt58 workspaceSpecs.getCalculatedSpec(aspectRatio, DimensionType.WIDTH, 4, availableWidth) in normalPhone_copiesFromWorkspace()
60 workspaceSpecs.getCalculatedSpec(aspectRatio, DimensionType.HEIGHT, 5, availableHeight) in normalPhone_copiesFromWorkspace()
69 allAppsSpecs.getCalculatedSpec( in normalPhone_copiesFromWorkspace()
86 allAppsSpecs.getCalculatedSpec( in normalPhone_copiesFromWorkspace()
DFolderSpecTest.kt136 folderSpecs.getCalculatedSpec( in parseInvalidFile_missingWidthBreakpoint_throwsError()
165 folderSpecs.getCalculatedSpec( in parseInvalidFile_missingHeightBreakpoint_throwsError()
195 folderSpecs.getCalculatedSpec( in retrievesCalculatedWidthSpec()
231 folderSpecs.getCalculatedSpec( in retrievesCalculatedWidthSpec_invalidCalculatedResponsiveSpecType_throwsError()
261 folderSpecs.getCalculatedSpec( in retrievesCalculatedHeightSpec()
297 folderSpecs.getCalculatedSpec( in retrievesCalculatedHeightSpec_invalidCalculatedResponsiveSpecType_throwsError()
DCalculatedHotseatSpecTest.kt51 hotseatSpecsProvider.getCalculatedSpec( in normalPhone_returnsSecondBreakpointSpec()
77 hotseatSpecsProvider.getCalculatedSpec( in smallPhone_returnsFirstBreakpointSpec()
104 hotseatSpecsProvider.getCalculatedSpec(aspectRatio, DimensionType.WIDTH, availableWidth) in normalPhoneLandscape_returnsSecondBreakpointSpec()
/packages/apps/Launcher3/src/com/android/launcher3/responsive/
DResponsiveSpecsProvider.kt71 fun getCalculatedSpec( in <lambda>() method
96 fun getCalculatedSpec( in <lambda>() method
DResponsiveCellSpecsProvider.kt51 fun getCalculatedSpec(aspectRatio: Float, availableHeightSpace: Int): CalculatedCellSpec { in <lambda>() method
57 fun getCalculatedSpec( in <lambda>() method
DHotseatSpecsProvider.kt52 fun getCalculatedSpec( in getCalculatedSpec() method
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java571 isVerticalBarLayout() ? hotseatSpecsProvider.getCalculatedSpec( in DeviceProfile()
573 : hotseatSpecsProvider.getCalculatedSpec(responsiveAspectRatio, in DeviceProfile()
586 mResponsiveWorkspaceCellSpec = workspaceCellSpecs.getCalculatedSpec( in DeviceProfile()
663 mResponsiveWorkspaceWidthSpec = workspaceSpecs.getCalculatedSpec(responsiveAspectRatio, in DeviceProfile()
665 mResponsiveWorkspaceHeightSpec = workspaceSpecs.getCalculatedSpec(responsiveAspectRatio, in DeviceProfile()
672 mResponsiveAllAppsWidthSpec = allAppsSpecs.getCalculatedSpec(responsiveAspectRatio, in DeviceProfile()
675 mResponsiveAllAppsHeightSpec = allAppsSpecs.getCalculatedSpec(responsiveAspectRatio, in DeviceProfile()
683 mResponsiveFolderWidthSpec = folderSpecs.getCalculatedSpec(responsiveAspectRatio, in DeviceProfile()
687 mResponsiveFolderHeightSpec = folderSpecs.getCalculatedSpec(responsiveAspectRatio, in DeviceProfile()
696 mResponsiveAllAppsCellSpec = allAppsCellSpecs.getCalculatedSpec( in DeviceProfile()