Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java2758 int rowCount, float cellScaleX, float cellScaleY, int borderSpacing, in setup() argument
2774 float myCellHeight = ((myCellVSpan * cellHeight) + vBorderSpacing) / cellScaleY; in setup()