Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DMultipageCellLayout.java181 public void setSpaceBetweenCellLayoutsPx(int spaceBetweenCellLayoutsPx) { in setSpaceBetweenCellLayoutsPx() method in MultipageCellLayout
182 super.setSpaceBetweenCellLayoutsPx(spaceBetweenCellLayoutsPx); in setSpaceBetweenCellLayoutsPx()
DCellLayout.java1942 public void setSpaceBetweenCellLayoutsPx(@Px int spaceBetweenCellLayoutsPx) { in setSpaceBetweenCellLayoutsPx() method in CellLayout
DWorkspace.java383 cellLayout.setSpaceBetweenCellLayoutsPx(getPageSpacing() / 4); in updateCellLayoutMeasures()