Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java2841 int rowCount, float cellScaleX, float cellScaleY, Point borderSpace, in setup() argument
2857 float myCellHeight = ((myCellVSpan * cellHeight) + vBorderSpacing) / cellScaleY; in setup()