Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java2710 public void setup(int cellWidth, int cellHeight, boolean invertHorizontally, int colCount) { in setup() argument
2711 setup(cellWidth, cellHeight, invertHorizontally, colCount, 1.0f, 1.0f); in setup()
2721 public void setup(int cellWidth, int cellHeight, boolean invertHorizontally, int colCount, in setup() argument
2730 myCellX = colCount - myCellX - cellHSpan; in setup()
/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java3256 boolean invertHorizontally, int colCount) { in setup() argument
3264 myCellX = colCount - myCellX - cellHSpan; in setup()