Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DCellLayoutLayoutParams.java129 int rowCount, float cellScaleX, float cellScaleY, Point borderSpace, in setup() argument
144 float myCellWidth = ((myCellHSpan * cellWidth) + hBorderSpacing) / cellScaleX; in setup()