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