Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/responsive/
DResponsiveCellSpecsProvider.kt51 fun getCalculatedSpec(aspectRatio: Float, availableHeightSpace: Int): CalculatedCellSpec { in <lambda>()
54 return CalculatedCellSpec(availableHeightSpace, spec) in <lambda>()
60 workspaceCellSpec: CalculatedCellSpec in <lambda>()
61 ): CalculatedCellSpec { in <lambda>()
64 return CalculatedCellSpec(availableHeightSpace, spec, workspaceCellSpec) in <lambda>()
149 data class CalculatedCellSpec( class
170 workspaceCellSpec: CalculatedCellSpec
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java59 import com.android.launcher3.responsive.CalculatedCellSpec;
138 private CalculatedCellSpec mResponsiveWorkspaceCellSpec;
139 private CalculatedCellSpec mResponsiveAllAppsCellSpec;