Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java973 int horizontalSpacePx = 0; in getCellLayoutBorderSpace() local
977 horizontalSpacePx = mResponsiveWorkspaceWidthSpec.getGutterPx(); in getCellLayoutBorderSpace()
980 horizontalSpacePx = pxFromDp(idp.borderSpaces[mTypeIndex].x, mMetrics, scale); in getCellLayoutBorderSpace()
984 return new Point(horizontalSpacePx, verticalSpacePx); in getCellLayoutBorderSpace()