Searched refs:invertHorizontally (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 2675 public void setup(int cellWidth, int cellHeight, boolean invertHorizontally, int colCount) { in setup() argument 2676 setup(cellWidth, cellHeight, invertHorizontally, colCount, 1.0f, 1.0f); in setup() 2686 public void setup(int cellWidth, int cellHeight, boolean invertHorizontally, int colCount, in setup() argument 2694 if (invertHorizontally) { in setup()
|