Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java132 private CalculatedResponsiveSpec mResponsiveWorkspaceHeightSpec; field in DeviceProfile
665 mResponsiveWorkspaceHeightSpec = workspaceSpecs.getCalculatedSpec(responsiveAspectRatio, in DeviceProfile()
677 heightPx - mInsets.top, mResponsiveWorkspaceHeightSpec); in DeviceProfile()
689 mResponsiveWorkspaceHeightSpec.getAvailableSpace(), in DeviceProfile()
690 mResponsiveWorkspaceHeightSpec); in DeviceProfile()
853 workspaceTopPadding = mResponsiveWorkspaceHeightSpec.getStartPaddingPx(); in calculateAndSetWorkspaceVerticalPadding()
854 workspaceBottomPadding = mResponsiveWorkspaceHeightSpec.getEndPaddingPx(); in calculateAndSetWorkspaceVerticalPadding()
978 verticalSpacePx = mResponsiveWorkspaceHeightSpec.getGutterPx(); in getCellLayoutBorderSpace()
1168 cellHeightPx = mResponsiveWorkspaceHeightSpec.getCellSizePx();
1712 padding.top = mResponsiveWorkspaceHeightSpec.getStartPaddingPx();
[all …]