Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java2690 final int myCellVSpan = cellVSpan; in setup() local
2699 height = (int) (myCellVSpan * cellHeight / cellScaleY - topMargin - bottomMargin); in setup()