Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DMultipageCellLayout.java181 public void setSpaceBetweenCellLayoutsPx(int spaceBetweenCellLayoutsPx) { in setSpaceBetweenCellLayoutsPx() argument
182 super.setSpaceBetweenCellLayoutsPx(spaceBetweenCellLayoutsPx); in setSpaceBetweenCellLayoutsPx()
DCellLayout.java1942 public void setSpaceBetweenCellLayoutsPx(@Px int spaceBetweenCellLayoutsPx) { in setSpaceBetweenCellLayoutsPx() argument
1943 mSpaceBetweenCellLayoutsPx = spaceBetweenCellLayoutsPx; in setSpaceBetweenCellLayoutsPx()